DBA Data[Home] [Help]

APPS.OTA_EL_TRAINING_SS dependencies on HR_APPROVAL_WF

Line 523: hr_approval_wf.create_item_attrib_if_notexist

519:
520:
521:
522:
523: hr_approval_wf.create_item_attrib_if_notexist
524: (p_item_type => p_item_type
525: ,p_item_key => p_item_key
526: ,p_name => 'OTA_TRANSACTION_STEP_ID');
527:

Line 1530: hr_approval_wf.create_item_attrib_if_notexist

1526: l_auto_create_finance := FND_PROFILE.value('OTA_AUTO_CREATE_FINANCE');
1527: l_automatic_transfer_gl := FND_PROFILE.value('OTA_SSHR_AUTO_GL_TRANSFER');
1528: l_user := FND_PROFILE.value('USER_ID');
1529:
1530: hr_approval_wf.create_item_attrib_if_notexist
1531: (p_item_type => l_item_type
1532: ,p_item_key => l_item_key
1533: ,p_name => 'OTA_AUTO_CREATE_FINANCE');
1534:

Line 1540: hr_approval_wf.create_item_attrib_if_notexist

1536: l_item_key,
1537: 'OTA_AUTO_CREATE_FINANCE',
1538: l_auto_create_finance);
1539:
1540: hr_approval_wf.create_item_attrib_if_notexist
1541: (p_item_type => l_item_type
1542: ,p_item_key => l_item_key
1543: ,p_name => 'OTA_SSHR_AUTO_GL_TRANSFER');
1544:

Line 1550: hr_approval_wf.create_item_attrib_if_notexist

1546: l_item_key,
1547: 'OTA_SSHR_AUTO_GL_TRANSFER',
1548: l_automatic_transfer_gl);
1549:
1550: hr_approval_wf.create_item_attrib_if_notexist
1551: (p_item_type => l_item_type
1552: ,p_item_key => l_item_key
1553: ,p_name => 'OTA_USER_ID');
1554:

Line 1577: hr_approval_wf.create_item_attrib_if_notexist

1573: -- commit;
1574:
1575: /*Bug#2258423 hdshah Set wf item attribute for rejection */
1576:
1577: hr_approval_wf.create_item_attrib_if_notexist
1578: (p_item_type => l_item_type
1579: ,p_item_key => l_item_key
1580: ,p_name => 'OTA_EVENT_ID');
1581:

Line 1587: hr_approval_wf.create_item_attrib_if_notexist

1583: l_item_key,
1584: 'OTA_EVENT_ID',
1585: l_eventid);
1586:
1587: hr_approval_wf.create_item_attrib_if_notexist
1588: (p_item_type => l_item_type
1589: ,p_item_key => l_item_key
1590: ,p_name => 'OTA_DELEGATE_PERSON_ID');
1591: