Employee Attendance log in system

Hello all,
1. how to design employee attendance log in system using oracle forms and have to create reports for the same.?
2. how to create tables for employee attendance log in system ?

1. how to design employee attendance log in system using oracle forms and have to create reports for the same.?use any editor you know how to use,
2. how to create tables for employee attendance log in system ?CREATE TABLE .....

Similar Messages

  • Employee attendance system

    hello all,
    what are the requirements for creating a employee attendance tracking system
    what are all the tables colums i want to create for the same

    HI user13792460
    FOR DATA BASE Side u can use intially
    --======================
      FOR DATA BASE
    --===========
    CREATE TABLE DEPT
    ( DEPTNO NUMBER(3),
    DNAME VARCHAR2(35) NOT NULL ,
    LOC VARCHAR2(17),
    CONSTRAINT PK_DEPT PRIMARY KEY ( DEPTNO ) );
    --==================================
    CREATE TABLE EMP
    ( EMPNO NUMBER(5) ,
    ENAME VARCHAR2(39)NOT NULL,
    JOB VARCHAR2(9),
    DEPTNO NUMBER(3),
    CONSTRAINT PK_EMP PRIMARY KEY ( EMPNO ) ,
    CONSTRAINT FK_DEPT FOREIGN KEY ( DEPTNO )   
    REFERENCES DEPT( DEPTNO )
    --=================================
    CREATE TABLE EMP_ATTENDANCE
    ( ATTEND_ID NUMBER(5) ,
    ATT_DATE DATE,
    TIME_IN  DATE,
    TIME_OUT  DATE,
    ATTENDANCE_FLAG  CHAR(1),
    PERMISSION_FLAG  CHAR(1),
    MISSION_FLAG     CHAR(1),
    HOLIDAY_FLAG      CHAR(1),
    EMPNO NUMBER(5) ,
    DEPTNO NUMBER(3),
    CONSTRAINT PK_ATTEND_ID PRIMARY KEY ( ATTEND_ID) ,
    CONSTRAINT FK_EMP_ATTEND FOREIGN KEY ( EMPNO )   
    REFERENCES EMP( EMPNO ),
    CONSTRAINT FK_DEPT_ATTEND FOREIGN KEY ( DEPTNO )   
    REFERENCES DEPT( DEPTNO )
    --==================================Viewing Information about constraints
    To see information about constraints, you can query the following data dictionary tables.
    --==================================
    SELECT * FROM  user_constraints;
    SELECT * FROM  user_cons_columns;
    --==================================
    Hope this helps u...
    Regards,
    Abdetu...

  • FM or Tcode for No.of days employee attended Training in HR ABAP

    Hi Experts,
    I need to calculate No.of Days employee attended training in given payroll period level.
    For ex, iam giving 01.2010 FY (Payroll Period 21.04.2010 to 20.05.2010) .
    Need to find out how many days each employee under traning during this period.
    In PA30 we can see his status (pa00001-stat1 = '2') but i need to calculate how many days he is under traning .
    In PA30, we can see the status changed from Training to Shopfloor or something, Since he is active his end date is 31.12.9999.
    Could  you please tell me where can we see traning information in System (tcode or table or Std program).
    Regards
    SK

    Hello
    You can see the training attended by an employee in the tcode PSV1 and PSV2. If you have LSO implemented in the system, then it will be LSO_PSV1 and LSO_PSV2.
    Regards
    Ranganath

  • How to identify the employee who logged-in using a view in peoplesoft?

    I have a View in peoplesoft, that says
    SUPERVISOR_ID = ' ' somewhere in the SQL. How do I keep this dynamic so that, it will identify the employee who logs into the system and assigns that id to supervisor_id field.
    I know we can use %EmployeeID in peoplecode.

    Peopletools has this built in out of the box. Add field OPRID to the record and set it as key and not a listitem and Peopletools will automatically add a where clause to the view based on the current user.
    After this change the view sql to join to Oprid.
    If you do not want to add OPRID field you can use a dynamic view to fill the supervisorid with %employeeid.
    If thid is a search record you can also use SearchInit event to set supervisorid to %employeeid.
    Al lot of differt possibilities, depends one what you want to use.

  • How can I enter the data of attendance in the system?

    Dear Expert,
    kindly help me to find out the way/s to insert the attendance data of the employee/s in the system?
    e.g. if i want to enter a employee has come at 10am and left at 5pm, then how the sytem will entertain this situation?
    Thanks,

    Hi,
    There is no standard provision in SAP B1 to store the Attendence details of an employee.
    Depending upon ur requirement u can go for an add-on (Payroll and HRMS) avaliable in the market or go for a small customization.
    Hope it helps,
    Vasu Natari.

  • Need a function to calculate employee attendance data for a given period

    need a function to calculate employee attendance data for a given period
    as
    Working days,
    CL ,
    SL,
    PL,
    LWP
    regards,
    Gaurav Sood.

    Issue resolved

  • Employee Attendance Related

    Hi
    I have two forms to mark employee attendance daily and employee Leave.Which employees are present marking attendance P into emp_attendance table.
    i have to keep record of the absent teacher who didn't inform and emplyee which are on leave.Which employees are on leave a remainder should be generated during the attendance time these employes are on leave from date till to date.who didn't inform there attendance mark as a casual leave automatically in attedance table..
    my leave type are
    P--Present
    CL---Casual Leave
    SL--Sick Leave
    PL---Planned Leave.
    i am defining below two tables which i made to mark employee attendance and employee leave.if u want suggest me some more field please suggest me.
    table1-EMP_ATTENDANCE
    EMP_ID
    ATTENDANCE_DATE
    ATTENDANCE_STATUS
    ARIVAL_TIME
    DEPARTURE TIME
    TABLE2-EMP_LEAVE
    Emp_ID
    LEAVE_TYPE
    START_DATE
    END_DATE
    Thanks
    Nisha.
    Edited by: Nisha Rani on Sep 6, 2009 11:29 PM

    Sure looks like school work to me so I'd suggest you put some more effort into this yourself.
    But one question does intrigue me based on what you provided ... what is an attendance status and, relationally speaking, how do these two tables relate? What prevents a person from being present while also on vacation?

  • IDOC  type related to Payroll and Employees Attendance and Absence

    Hi  Evrybody,
    Right now im working on ALE INBOUND Interface, which relates to transfer of data.
    I'm searching for an Basic IDOC  type related to Payroll and Employees Attendance and Absence,
    If any pointers would be much helpful.
    Thanks n Regards.
    [email protected]

    Solved myself.

  • Error in Java compilation: \s7u.log (The system cannot find the file specified)

    Hi there,
    I got an error when I tried to compile a group of sqlj and java files. The error below:
    ----------------------------------------------sqlj -status -passes -compile=true -ser2class -d=. -classpath=.;%CLASSPATH% E:\work\src\java\com\interadnet\persistence\*.sqlj E:\work\src\java\com\interadnet\persistence\*.java
    out [Translating 53 files]
    out [Reading file AdServerInformationType]
    out [Reading file AdsType]
    out [Reading file AgencyType]
    out [Reading file CampaigntocompletionType]
    out [Reading file CampaignType]
    out [Reading file ChannelType]
    out [Reading file ClientType]
    out [Reading file CompletionType]
    out [Reading file ContactType]
    out [Reading file CreativeType]
    out [Reading file FtpServerType]
    out [Reading file InsertioninstructionType]
    out [Reading file MediaServerType]
    out [Reading file SystemPropertyType]
    out [Reading file VendorType]
    out [Reading file AdServerInformationTypeRef]
    out [Reading file AdServerInformationView]
    out [Reading file AdsTypeRef]
    out [Reading file AdsView]
    out [Reading file AgencyTypeRef]
    out [Reading file AgencyView]
    out [Reading file CampaigntocompletionTypeRef]
    out [Reading file CampaignToCompletionView]
    out [Reading file CampaignTypeRef]
    out [Reading file CampaignTypeRefs]
    out [Reading file CampaignView]
    out [Reading file ChannelTypeRef]
    out [Reading file ChannelTypeRefs]
    out [Reading file ChannelView]
    out [Reading file ClientTypeRef]
    out [Reading file ClientTypeRefs]
    out [Reading file ClientView]
    out [Reading file CompletionTypeRef]
    out [Reading file CompletionTypeRefs]
    out [Reading file CompletionView]
    out [Reading file ContactTypeRef]
    out [Reading file ContactView]
    out [Reading file CreativeTypeRef]
    out [Reading file CreativeTypeRefs]
    out [Reading file CreativeView]
    out [Reading file FtpServerTypeRef]
    out [Reading file FtpServerView]
    out [Reading file InsertioninstructionTypeRef]
    out [Reading file InsertioninstructionTypeRefs]
    out [Reading file InsertionInstructionView]
    out [Reading file MediaServerTypeRef]
    out [Reading file MediaServerView]
    out [Reading file SystemPropertyTypeRef]
    out [Reading file SystemPropertyTypeRefs]
    out [Reading file SystemPropertyView]
    out [Reading file VendorTypeRef]
    out [Reading file VendorTypeRefs]
    out [Reading file VendorView]
    out [Translating file AdServerInformationType]
    out [Translating file AdsType]
    out [Translating file AgencyType]
    out [Translating file CampaigntocompletionType]
    out [Translating file CampaignType]
    out [Translating file ChannelType]
    out [Translating file ClientType]
    out [Translating file CompletionType]
    out [Translating file ContactType]
    out [Translating file CreativeType]
    out [Translating file FtpServerType]
    out [Translating file InsertioninstructionType]
    out [Translating file MediaServerType]
    out [Translating file SystemPropertyType]
    out [Translating file VendorType]
    out [Translating file AdServerInformationTypeRef]
    out [Translating file AdServerInformationView]
    out [Translating file AdsTypeRef]
    out [Translating file AdsView]
    out [Translating file AgencyTypeRef]
    out [Translating file AgencyView]
    out [Translating file CampaigntocompletionTypeRef]
    out [Translating file CampaignToCompletionView]
    out [Translating file CampaignTypeRef]
    out [Translating file CampaignTypeRefs]
    out [Translating file CampaignView]
    out [Translating file ChannelTypeRef]
    out [Translating file ChannelTypeRefs]
    out [Translating file ChannelView]
    out [Translating file ClientTypeRef]
    out [Translating file ClientTypeRefs]
    out [Translating file ClientView]
    out [Translating file CompletionTypeRef]
    out [Translating file CompletionTypeRefs]
    out [Translating file CompletionView]
    out [Translating file ContactTypeRef]
    out [Translating file ContactView]
    out [Translating file CreativeTypeRef]
    out [Translating file CreativeTypeRefs]
    out [Translating file CreativeView]
    out [Translating file FtpServerTypeRef]
    out [Translating file FtpServerView]
    out [Translating file InsertioninstructionTypeRef]
    out [Translating file InsertioninstructionTypeRefs]
    out [Translating file InsertionInstructionView]
    out [Translating file MediaServerTypeRef]
    out [Translating file MediaServerView]
    out [Translating file SystemPropertyTypeRef]
    out [Translating file SystemPropertyTypeRefs]
    out [Translating file SystemPropertyView]
    out [Translating file VendorTypeRef]
    out [Translating file VendorTypeRefs]
    out [Translating file VendorView]
    out [Compiling 53 Java files]
    err*** The following character string is too long:
    err***
    out Error in Java compilation: \s7u.log (The system cannot find the file specified)
    Any suggestion appreciated.
    Daniel Huang

    Having not seen this before, I assume that the issue is that the command line string is too long when Javac is invoked.
    Here are a few things to reduce the size of the command line:
    - do not use the CLASSPATH option, but set the CLASSPATH environment variable (you can to that in a .bat file)
    - do not provide the .java files but rely on the implicit make capability in both, the SQLJ translator and the Java compiler. (Note: you must mention all of the .sqlj files that your program requires, do not rely on implicit make to find all of those.)
    - you can perform the -ser2class conversion as a separate step (see the SQLJ FAQ), as well as the Java compilation
    - there may or may not be a facility in your operating system to increase the size of the environment (and this may or may not have an effect on the maximum command line length)
    - you could try to omit the -passes option and see if that helps (that may actually be where your invocation if failing in the first place, in that it cannot write to some temporary file).
    Let us know how it goes. Thanks!

  • Hello I downloaded adobe after effect CS6, but it is not installed and asks to install Adobe Support Advisor. I turn to the site and there wrote: "The Adobe Support Advisor tool was used to analyze installer log and system information associated with inst

    Hello I downloaded adobe after effect CS6, but it is not installed and asks to install Adobe Support Advisor. I turn to the site and there wrote: "The Adobe Support Advisor tool was used to analyze installer log and system information associated with installation errors. The tool has been replaced with improved installation support mechanisms. Please visit Adobe Support section for Knowledge base articles around Installation . " What do I do?

    yes, I did that with helping message 3, I'd remove Cs6 only, but it did not help. The message "Failed to initialize the setup program. To identify the problem, download the program Adobe Support Advisor" repeat again =(

  • Object: employee attendance maintainance

    Hi all,
       I am a fresher in ABAP and i am trying to work on employee attendance management for a company.
    i have one employee master, a department master, attendance transaction table. I have few doubts regarding the screen to update employees and screeen to maintain attendance and leave status .
    1. How do i validate the employeee date of birth?
    2. How do i get the total no. of working hours with entry time and exit time?
    3. How do i create a nuber range using SNRO and how do i get it to my program.
    Please if anybody have time answer it i am struggling a lot
    Thnaks in advance.
    Regrads

    hi check this..
    1. How do i validate the employeee date of birth?
    do like this..
    data: v_gbdat like pa0002-gbdat .
    select gbdat from pa0002 into v_gbdat
                      where pernr in s_pernr.
    2. How do i get the total no. of working hours with entry time and exit time?
    go to the table pa0007 ....check the fields...
    MOSTD
    WOSTD
    ARBST
    go to PA2012 for the time record..
    regards,
    venkat

  • Need Help Please Log Name: System Source: Microsoft-Windows-Kernel-Power Date: 11/10/2010 4:31:37 PM Event ID: 41 Task Category: (63)

    Log Name:      System
    Source:        Microsoft-Windows-Kernel-Power
    Date:          11/10/2010 4:31:37 PM
    Event ID:      41
    Task Category: (63)
    Level:         Critical
    Keywords:      (2)
    User:          SYSTEM
    Computer:      Felix-PC
    Description:
    The system has rebooted without cleanly shutting down first. This error could be caused if the system stopped responding, crashed, or lost power unexpectedly.
    Event Xml:
    <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
      <System>
        <Provider Name="Microsoft-Windows-Kernel-Power" Guid="{331C3B3A-2005-44C2-AC5E-77220C37D6B4}" />
        <EventID>41</EventID>
        <Version>2</Version>
        <Level>1</Level>
        <Task>63</Task>
        <Opcode>0</Opcode>
        <Keywords>0x8000000000000002</Keywords>
        <TimeCreated SystemTime="2010-10-11T06:31:37.175213500Z" />
        <EventRecordID>96455</EventRecordID>
        <Correlation />
        <Execution ProcessID="4" ThreadID="8" />
        <Channel>System</Channel>
        <Computer>Felix-PC</Computer>
        <Security UserID="S-1-5-18" />
      </System>
      <EventData>
        <Data Name="BugcheckCode">244</Data>
        <Data Name="BugcheckParameter1">0x3</Data>
        <Data Name="BugcheckParameter2">0xfffffa8002d20b30</Data>
        <Data Name="BugcheckParameter3">0xfffffa8002d20e10</Data>
        <Data Name="BugcheckParameter4">0xfffff80002fcd5d0</Data>
        <Data Name="SleepInProgress">false</Data>
        <Data Name="PowerButtonTimestamp">0</Data>
      </EventData>
    </Event>

        <Data Name="BugcheckCode">244</Data>
    244 (dez) = F4 (hex)
    Bug Check 0xF4: CRITICAL_OBJECT_TERMINATION -
    This indicates that a process or thread crucial to system operation has unexpectedly exited or been terminated.
    Cause
    Several processes and threads are necessary for the operation of the system. When they are terminated for any reason, the system can no longer function.
    Please copy the dmp files from the folder C:\Windows\Minidump first to your desktop, zip all dmp into 1 zip file and upload the zip file to your Skydrive [1] and post a link here, so that I can look at the dumps with the debugger and to to see the cause of
    the crash.
    André
    [1]
    http://social.technet.microsoft.com/Forums/en-US/w7itproui/thread/4fc10639-02db-4665-993a-08d865088d65
    "A programmer is just a tool which converts caffeine into code" CLIP- Stellvertreter http://www.winvistaside.de/

  • CLFS (Common Log File System)

    Hi,
    I am using windows CLFS, but I think I may have some bugs in its usage. I want to see if multiplexed logs have any benefit over dedicated logs when after each record write, the record is flushed into the disk. When I create multiplexed log files, the time
    it takes to complete a flushed append, is below one mili second, which does not make sense. When creating a dedicated log file however, the write takes about 3 mili seconds. I wonder if this makes sense or if not what maybe the write way of forcing flushes.
    Thanks.

    Hi Paris84,
    Common Log File System supports dedicated logs and multiplexed logs. A dedicated log has a single stream of log records that is used by all of the log's clients. A multiplexed log (also called a common log) has several streams.
    Here are the links for reference:
    Dedicated CLFS Logs
    http://msdn.microsoft.com/en-us/library/windows/hardware/ff542996(v=vs.85).aspx
    Multiplexed CLFS Logs
    http://msdn.microsoft.com/en-us/library/windows/hardware/ff556410(v=vs.85).aspx
    To force the flush, there are two functions in the Common Log File System. They are FlushLogBuffers function and FlushLogToLsn function.
    Here are the links for reference:
    FlushLogBuffers function
    http://msdn.microsoft.com/en-us/library/windows/desktop/bb540375(v=vs.85).aspx
    FlushLogToLsn function
    http://msdn.microsoft.com/en-us/library/windows/desktop/bb540376(v=vs.85).aspx
    If you are developing an application and have any further issues in the future, you may need to post the issue in the MSDN forum.They are more professional in this area.
    https://social.msdn.microsoft.com/Forums/en-US/home
    Best regards

  • Exchange 2010 - Event Logging Failure - "System.ServiceModel 3.0.0.0"

    Exchange 2010 14.3 Build 123.4
    Stumped. Can't seem to figure out why this suddenly started but this Exchange error is logging every minute.
    According to Process Explorer, this is the Exchange process (PID 6860) not logging correctly:
    c:\windows\system32\inetsrv\w3wp.exe -ap "MSExchangeServicesAppPool" -v "v2.0" -l "webengine4.dll" -a \\.\pipe\iisipma54689d0-13bc-4c77-a060-0bae334c1a34 -h "C:\inetpub\temp\apppools\MSExchangeServicesAppPool\MSExchangeServicesAppPool.config"
    -w "" -m 0
    This is the error logged:
    Source: System.ServiceModel 3.0.0.0
    Event ID: 5
    Task Category: Message Logging
    Details:
    A message was not logged.
     Exception: System.InvalidCastException: Unable to cast object of type 'System.ServiceModel.Channels.StreamedMessage' to type 'System.ServiceModel.Channels.BufferedMessage'.
       at System.ServiceModel.Security.SecurityVerifiedMessage.GetReaderAtEnvelope()
       at System.ServiceModel.Security.ReceiveSecurityHeader.GetReaderAtSecurityHeader()
       at System.ServiceModel.Security.ReceiveSecurityHeader.OnWriteHeaderContents(XmlDictionaryWriter writer, MessageVersion messageVersion)
       at System.ServiceModel.Diagnostics.MessageLogTraceRecord.WriteHeader(XmlDictionaryWriter dictionaryWriter)
       at System.ServiceModel.Diagnostics.MessageLogTraceRecord.WriteTo(XmlWriter writer)
       at System.ServiceModel.Diagnostics.MessageLogger.LogInternal(MessageLogTraceRecord record)
       at System.ServiceModel.Diagnostics.MessageLogger.LogMessageImpl(Message& message, XmlReader reader, MessageLoggingSource source)
       at System.ServiceModel.Diagnostics.MessageLogger.LogMessage(Message& message, XmlReader reader, MessageLoggingSource source)
     Process Name: w3wp
     Process ID: 6860

    Hi,
    Please firstly confirm if the Autodiscover service, OAB service, Free/Busy information, OOF feature, OWA and ECP can work well for Exchange users or not.
    If there are some issues when using these services or features for client users, please do the following points in IIS manager:
    1. Go to control panel and checked if there are any third party application or message logging application.
    2. Please recycle Autodiscover, MSExchangeServicesAppPool.
    3. Try to install the below hotfixes:
    http://support.microsoft.com/kb/2801728
    http://support.microsoft.com/kb/2637518
    If Autodiscover, EWS and other features are working fine but we still get above error messages reported for the Autodiscover, EWS PID's, please make sure that SystemLogging is turned OFF in Microsoft Exchange Troubleshooting Assistant tool (EXTRA) on the
    Exchange servers:
    1. Launch Microsoft Exchange Troubleshooting Assistant tool by clicking Start > run > type EXTRA > Select a task > Trace control > Set manual trace tags.
    2. Under Components to Trace, uncheck SystemLogging.
    3. Click Start tracing > Stop the tracing once the tracing has started.
    (Please note: Even if we are not running EXTRA but still enabling the SystemLogging component will turn on MessageLogging)
    Then check whether the issue persists.
    Regards,
    Winnie Liang
    TechNet Community Support

  • Log 'alter system ' commands

    Hi
    I am looking for a way to track alter system / alter database commands.
    Database triggers are not logging them : I do have a database trigger for DDLs tracking that works great but alter system commands are not captured by it . also trigger 'alter alter on database ' - do not log alter system or alter database
    Is there a way for me to force a command to appear in the alert log ?
    Or any other way you can think of ?
    thanks
    Orna

    Orna,
    YOu can create a database level trigger to capture ALTER statement and insert them into a user defined table. This is just one example you can define trigger at schema level as well.
    CREATE OR REPLACE TRIGGER usiuser.myaltertrg
       BEFORE ALTER
       ON DATABASE
    DECLARE
       tmpvar   NUMBER;
    BEGIN
       tmpvar   := 0;
    -- your code to insert alter statement in user defined table.
    EXCEPTION
       WHEN OTHERS
       THEN
          -- Consider logging the error and then re-raise
          RAISE;
    END myaltertrg;Regards
    Edited by: OrionNet on Dec 29, 2008 1:30 PM

Maybe you are looking for

  • How do I find my lost preferences! (after hard drive swap-out

    I replaced my bay 2/3 mirrored drives with larger drives, then copied over the data from one of the old drives from bay 4. My problem is I now have just a generic desktop, all my: dock and web preferences are missing, my copy of fetch wants a serial

  • Why are some of my iphone photos resizing when i import them to iphoto?

    although most of the photos from my iphone import to iphoto at 2592 x 1936 for a regular iphone photo and 1936 x 1936 for an instagram photo, for some unbeknowst reason, some of the pictures come out as 640 x 480 / 480 x 480... i have no idea why, i

  • Imovie HD crashed unexpectedly

    I was working on a movie for 3 hours, I have all the clips backed up but I had music and had to trim them A LOT! When I restrted Imovie it said view trash and when I did an error showed up PLEASE HELP!!! In this morning this project is due

  • PMI units from ProEngineer

    Hello, I am evaluating Acrobat 9 Pro Extended for crating 3d pdfs from ProE with PMI data. When I import the ProE file, the PMI dimensions come in scaled to the wrong units, both in value and physical size. For example, a 3 inch dimension comes in as

  • No computers are shown on my WSUS console

    Windows 2012. The updates are showing but no computers. I have setup the gpo policies as per instructions. Not using client-side targeting. Initially and before my time there was a WSUS server on 2008 r2 but it would not pickup any WIN 8 workstations