DBA Data[Home] [Help]

APPS.OTA_TRAINING_SS dependencies on HR_APPROVAL_WF

Line 602: hr_approval_wf.create_item_attrib_if_notexist

598:
599:
600:
601:
602: hr_approval_wf.create_item_attrib_if_notexist
603: (p_item_type => p_item_type
604: ,p_item_key => p_item_key
605: ,p_name => 'OTA_TRANSACTION_STEP_ID');
606:

Line 1786: hr_approval_wf.create_item_attrib_if_notexist

1782: l_auto_create_finance := FND_PROFILE.value('OTA_AUTO_CREATE_FINANCE');
1783: l_automatic_transfer_gl := FND_PROFILE.value('OTA_SSHR_AUTO_GL_TRANSFER');
1784: l_user := FND_PROFILE.value('USER_ID');
1785:
1786: hr_approval_wf.create_item_attrib_if_notexist
1787: (p_item_type => l_item_type
1788: ,p_item_key => l_item_key
1789: ,p_name => 'OTA_AUTO_CREATE_FINANCE');
1790:

Line 1796: hr_approval_wf.create_item_attrib_if_notexist

1792: l_item_key,
1793: 'OTA_AUTO_CREATE_FINANCE',
1794: l_auto_create_finance);
1795:
1796: hr_approval_wf.create_item_attrib_if_notexist
1797: (p_item_type => l_item_type
1798: ,p_item_key => l_item_key
1799: ,p_name => 'OTA_SSHR_AUTO_GL_TRANSFER');
1800:

Line 1806: hr_approval_wf.create_item_attrib_if_notexist

1802: l_item_key,
1803: 'OTA_SSHR_AUTO_GL_TRANSFER',
1804: l_automatic_transfer_gl);
1805:
1806: hr_approval_wf.create_item_attrib_if_notexist
1807: (p_item_type => l_item_type
1808: ,p_item_key => l_item_key
1809: ,p_name => 'OTA_USER_ID');
1810:

Line 1833: hr_approval_wf.create_item_attrib_if_notexist

1829: -- commit;
1830:
1831: /*Bug#2258423 hdshah Set wf item attribute for rejection */
1832:
1833: hr_approval_wf.create_item_attrib_if_notexist
1834: (p_item_type => l_item_type
1835: ,p_item_key => l_item_key
1836: ,p_name => 'OTA_EVENT_ID');
1837:

Line 1843: hr_approval_wf.create_item_attrib_if_notexist

1839: l_item_key,
1840: 'OTA_EVENT_ID',
1841: l_eventid);
1842:
1843: hr_approval_wf.create_item_attrib_if_notexist
1844: (p_item_type => l_item_type
1845: ,p_item_key => l_item_key
1846: ,p_name => 'OTA_DELEGATE_PERSON_ID');
1847:

Line 2393: hr_approval_wf.create_item_attrib_if_notexist

2389: l_eventid := TO_NUMBER(hr_transaction_api.get_varchar2_value
2390: (p_transaction_step_id => l_transaction_step_id
2391: ,p_name => 'P_EVENTID'));
2392:
2393: hr_approval_wf.create_item_attrib_if_notexist
2394: (p_item_type => p_item_type
2395: ,p_item_key => p_item_key
2396: ,p_name => 'OTA_EVENT_ID');
2397: