How to create the schedule of work of the employee in Oracle HRMS

Hi all

I am new to creating hours of paid work (EWS) in oracle HRMS. My requirement is that the data of the Rooster will be given legacy in csv files and I'll design an interface for the creation of these data in the Application as a Server Web integrated.

I know that there are 03 tables that manage the data for an employee as EWS:

CAC_SR_SCHDL_OBJECTS - contains the ID assignment for one person

CAC_SR_PUBLISH_SCHEDULES - filled if the calendar is published

CAC_SR_SCHDL_DETAILS - Contains the elements of time for the created schedule.

However, I could not find API/Interface to create/insert data in these tables. Also, I had met after the OTN code by searching:

INSERT

IN CAC_SR_SCHDL_OBJECTS

VALUES

(

objectSequenceNumber,

l_schedule_id,

"PERSON_ASSIGNMENT,"

i.assignment_id,

start_date,

End_date,

fnd_global.user_id,

SYSDATE,

fnd_global.user_id,

SYSDATE,

fnd_global.login_id,

NULL,

NULL VALUE

);


-CAC_SR_SCHDL_DETAILS

cac_avlblty_pvt. POPULATE_OBJECT_SCHDL_DETAILS (l_schedule_id, objectSequenceNumber, start_date, end_date, NULL);

INSERT

IN CAC_SR_PUBLISH_SCHEDULES

VALUES

(CAC_SR_PUBLISH_SCHEDULES_S.nextval

, "PERSON_ASSIGNMENT".

i.assignment_id

l_schedule_id

start_date

End_date

fnd_global.user_id

sysdate

fnd_global.user_id

sysdate

fnd_global.login_id

);

Can insert us the data directly in tables: CAC_SR_SCHDL_OBJECTS, CAC_SR_PUBLISH_SCHEDULES as shown above. I doubt on the direct insert in the base tables by using insert queries.

In summary, I have two requests:

1. is there an API/Interfaces for creating data EWS that I might have missed?

2. can you the above example code used?

Please let me know if you need additional information.

Appreciate your quick response,

Thank you

VS

There is no API publicly callable is provided by Oracle to create work schedules, adding exceptions, resource allocation, etc.

There is an emergency room for one for the assignment of employees to annexes

Is there an API to assign schedules to employees (Doc ID 1387546.1)

An enhancement request is for this requirement

Bug 6595201 : NEED API TO ASSIGN a WORK of AN EMPLOYEE SCHEDULE

Please check the status of this ER MyOracleSupport.

Tags: Oracle Applications

Similar Questions

  • How to create the account in Oracle DB, which has all the privileges of the APPS account

    Hello
    I'm looking for a way to create/user account that can do things like APPS account? This means, it can compile forms, reports...
    The reason for this is that we want to control developers. Currently, developers use APPS account, and they can spoil database instance. So the idea is that we will create a personal account for each developer, we can follow if something happens in the database. Of course, only have access to the DEV instance only.

    Thanks in advance.
    Hieu

    Published by: user122479 on January 11, 2013 15:00

    user122479 wrote:
    Hello
    I'm looking for a way to create/user account that can do things like APPS account? This means, it can compile forms, reports...
    The reason for this is that we want to control developers. Currently, developers use APPS account, and they can spoil database instance. So the idea is that we will create a personal account for each developer, we can follow if something happens in the database. Of course, only have access to the DEV instance only.

    Thanks in advance.
    Hieu

    Published by: user122479 on January 11, 2013 15:00

    Please see old son of similar topic and discussion - https://forums.oracle.com/forums/search.jspa?threadID=&q=Apps+AND+User+AND+Create+AND+Like&objID=c3&dateRange=all&userID=&numResults=15&rankBy=10001

    Thank you
    Hussein

  • Satellite P750 PSAY1A: how to create the recovery Toshiba on the new HARD drive partition

    Hello

    I have an old Toshiba Satellite P750 (PSAY1A-01Y022). I just upgraded my memory from 4 GB to 8 GB and am preparing to take my 500 GB HARD drive 1 TB. I had to order the disk online and wait to happen.

    I always try to understand how to create the arrival of my new HARD drive Toshiba Recovery Partition. I do the same thing for an old book, I handled based on something similar to it's original factory State.

    I have reflected on the recovery partition, but does not know how it was created. It is not NTFS. Does anyone have experience in the creation of a Toshiba Recovery on a new HARD drive Partition?

    And the help is very appreciated.

    Thanks and regards,
    Dinesh

    Recovery partition can be created when you use the original Toshiba Recovery disk and install recovery image. Before the partitions to boot OS install will be automatically created, recovery image copied on a recovery and then partition as last step recovery image installation starts.

    A sort of migration of files from one to the other HARD disk is not solution.

    Only for laptop with factory will work and the usable recovery partition.

  • How to create the scroll to the menu icon click event bar

    How to create the scroll to the menu icon click event bar

    (as the "field of scrolling image")

    In my opinion, it is better for you to try something to help implementation of your solution to ask for the code.

    For example, create a few BitmapFields with icons that act as buttons.  There is source for this sort of thing on the forum if you look at, I think, looking FRO Image button, icon or Bitmap button.

    Once you have these buttons work, add these in a HorizontalFieldManager.

    Good luck.

  • How to create the texture of noise - Illustrator tips

    Hello. I saw this on one of the tips section and technical Illustrator artwork and I was wondering if anyone knew how to create the texture of 'noise' in Illustrator?texture.jpg

    What I have done in the past to achieve a similar effect was to finish my illustration in Illustrator, then bring this work in Photoshop, and paint over the areas you want... but it looks much nicer than the results I've gotten. If this can be done in vector, it would be another plus!

    Does anyone have any idea they could share on this?

    Thank you!

    This TUTORIAL looks that's maybe what you are looking for.

    -OB

  • Please show or ask how to create the value of arrayOfValues of setValuesAtTimes parameter?

    Hello AEScriptComm,

    I have a few small scripts that use the method setValueAtTime successfully placing a keyframe on the existing layers of maskPath, but as you can see in the scripts below, results of setValueSatTimeS errors using IE: "Array is not of the correct type", "value is not an array" or "Null is not an object", depending on ,...

    (A) what variable is used as the value of parameter IE:

    .maskPath;

    . maskPath.value;

    . maskPath.value.vertices

    (B) what kind of table is used as the parameter value as in:

    var addTheseKeys = new Array ((1,2,3,4);    (as a parameter of the time)...

    (with either)

    var keyValues = new Array([10,10],[100,100],[15,50],[100,120]);             ...." ]) "

    (GOLD)

    var keyValues = [[10.10], [100 100], [15.50], [100 120]];                               ... (Array of arrays? RE: " ]] " )

    I just read a 'push' of the values in a table may be necessary?, but I was hoping someone who knew setValuesAtTimes could show it please...

    1) .. How to create the value of arrayOfValues of setValuesAtTimes parameter?

    1 (a): WORK setValueAtTime script...

    App.Project.Item (1) .layer (1).property("Masks").property ("mask 1");

    var app.project.item = myProperty (1) .layer (1) .mask (1) .maskPath;

    myShape = app.project.item (1) .layer (1) .mask (1).maskPath.value;

    myProperty.setValueAtTime(1.0,myShape);

    1 (b): If there is no script setValuesAtTimes...

    prop1 = app.project.item var (1) .layer (1).property("ADBE_Transform_Group").property ("ADBE Position");

    var fourKeys = 4;

    var addTheseKeys = new Array (1,2,3,4),

    var keyValues = new Array (10, [10], [100 100], [15.50], [100 120]);

    var app.project.item = myProperty (1) .layer (1) .mask (1) .maskPath;

    myShape = app.project.item (1) .layer (1) .mask (1).maskPath.value;

    var myVertices = app.project.item (1) .layer (1) .mask (1).maskPath.vertices;

    myProperty.setValuesAtTimes (keyValues, addTheseKeys);

    app.beginUndoGroup ("Keys");

    ~ for (var k = 0; k < fourKeys; k ++)

    //~ {

    ~ prop1.setValueAtTime (keyValues [k], addTheseKeys [k]);

    //~ }

    myProperty.setValuesAtTimes (keyValues, addTheseKeys);

    app.endUndoGroup ();

    .. Thanks for any advise\suggestions,

    J

    (A). maskPath.value; It's always a Shape(). (maskPath is a property, not of a shape on its own, and maskPath.value.vertices is only a part of the shape data).

    (B) nothing of what you propose... that is why your failed script fails.

    var keyValues = new Array([10,10],[100,100],[15,50],[100,120]); and

    var keyValues = [[10.10], [100 100], [15.50], [100 120]]; are just as good as arrays of points, the only thing is that keyValues are arrays of objects Shape().

    Read the guide and script for how to report a form of this post (just wrote it...): http://forums.adobe.com/thread/1419866?tstart=0

    Your keyValues array should look like this: [keyValues0, keyValues1, keyValues2, keyValues3], where each entry is a Shape().

    Xavier.

  • How to create the copyright symbol in photoshop CS6?

    How to create the copyright symbol in Photoshop CS6, Windows7?  ALT + 0169 does not work.

    ALT / OPITON + R =® (rights reserved)

    ALT / OPITON + G = © (copyrite symbol)

    OMG people get the point w / your answers!

  • How to create the object rectangular box with a pure action script.

    How to create the object rectangular box with a pure action script?

    I think, it can be done through the clip library, but I'm not sure. Please, I want to take the suggestion to create a rectangular box as a script through

    Take a new file and write about the first image the code below, it works fine:

    var rect = new Shape();
    rect.graphics.beginFill (0xFF0000);
    rect.graphics.drawRect (0, 0, 100,50);
    rect.graphics.endFill ();

    var MC = new MovieClip();
    mc.addChild (rect);
    addChild (mc);

    If this doesn't solve your problem then paste the error you get

  • Do you know how to create the façade as a backdrop

    Do you know how to create the façade as the Web, I mean like we did the word and click on it will be rather another process by clicking on the button.

    If possible, I can click on the link in the table... No idea no matter who

    In my view, that the user questioned a hyperlink control. See, for example: http://forums.ni.com/t5/LabVIEW/NI-Example-Finder-Like/m-p/1023011#M455994

    You could probably do this in an XControl.

  • How to create the icon on the desktop just for SilverLight?

    How to create the icon on the desktop just for SilverLight?

    Hello

    • Why is it you are wanting to create a shortcut?
     
    Silverlight is a plugin for Internet Explorer and other browsers, Windows Media Center is to allow video playback which supports silverlight. You cannot create a shortcut for the same.
     
  • How to create the usb flash disk to Reboot

    How to create the reboot usb flash drive. If I want to do a recovery or restart the usb flash drive how to

    Hello

    read the google links

    and make sure that your motherboard allows you to boot from USB

    http://www.Google.com/search?hl=en&source=HP&q=how+to+make+a+USB+flash+drive+bootable&AQ=1&AQI=G3G-c1g3&aql=&OQ=how+to+make+a+USB+flash+drive

    and if you talk about the recovery partition of computer manufacturers from the D: to a bootable flash drive, you can not do

  • I want to know how to create the account admin hiden for my laptop.

    original title: admin account

    I want to know how to create the account admin hiden for my laptop.

    She has windows vista. I'm the only Admin and the only user. No other person has access.

    The hidden account called administrator is already present.  To activate it:

    1. Click on Start > all programs > Accessories .
    2. Right click on command prompt .
    3. Click run as administrator .
    4. In the command prompt window, type net user administrator / Active: Yes
    5. Press enter .

    Boulder computer Maven
    Most Microsoft Valuable Professional

  • How to create the .cod file to run on the Simulator BB9900

    Hi, I already from the zip package in order to use the bbwp command to create the .cod file and be able to run on the simulator of BB9900, but when I run this command as described in: https://developer.blackberry.com/html5/documentation/compile_ww_app_for_smartphones_1873321_11.html

    It creates two files, each with a .bar file, this type of file, I can't run it on the 9900 Simulator but a .cod file is required to run applications on the sim card.

    I don't know how to create the .cod file.

    Thank you

    Have you used Blackberry Webworks SDK for smartphone or Tablet SDK? The .cod files should be located in the subfolder OTAInstall of your output folder if you are using the Webworks SDK for Smartphone

  • How to create the menu on the LEFT, as in new BBM?

    Is there any sample how to create the menu on the left of the application as in the new BBM?

    As I know not - there's a good menu, context menu, top menu... but how to create left?

    It's just a TabbedPane: https://developer.blackberry.com/cascades/reference/bb__cascades__tabbedpane.html

  • How to create the Splashscreen for BlackBerry UiApplication?

    Hello!

    I'm new to BlackBerry,

    Can u tell me pls, how to create the SplashScreen.

    PLS, suggest me-

    http://www.BlackBerry.com/knowledgecenterpublic/livelink.exe/fetch/2000/348583/800332/800505/800256/...

Maybe you are looking for

  • Graphic/video card [REPLACEMENT / UPGRADE] on the desktop HP Pavilion - help

    I have the following: Desktop HP Pavilion Elite m9152p Upgrade to Windows 7 Professional 64-bit (updated 11/2009) The video card seems to have gone out and tried the following: Operating system reinstallation Uninstalled & drivers Reinstalled & resto

  • Satellite A350-20s - advice and appropriate OS - Windows 7

    Hi all... I have ordered an A350-20s, (4gig RAM, T6400) and want to remove Vista to replace with Windows 7 but have some questions. 1, should I go for 32-bit or 64-bit?2 if I go for 64-bit, that I need to update the BIOS?3, I had a quick glance at th

  • Re: Equium A200-1VO hard drive upgrade

    Hello there, I am hoping that there is someone out there who could give me a little advice! I have a laptop Equium A200-1VO, but unfortunately I need to replace the hard drive. He currently holds a 120 GB drive, but I wonder if the laptop could face

  • Automatic import of titles from Walkman to Media Go

    Hello If I add a song to my Walkman from a computer where my Media Go is NOT installed (for example via a computer Mac USB mass storage mode), Media Go detects the new track, the next time I connect the device and automatically import the Media Go li

  • Windows microsoft works come with windows xp?

    I HAVE AN IBM THINKPAD T43 LAPTOP.  UNDER WINDOWS XP.  I THOUGHT THAT MICROSOFT WORKS HAS COME WITH THIS PRODUCT. If YES HOW DO I ACCESS IT AND WHERE?