DBA Data[Home] [Help]

APPS.HR_PAY_RATE_SS dependencies on HR_WORKFLOW_UTILITY

Line 1823: if hr_workflow_utility.item_attribute_exists(p_item_type => itemtype

1819: hr_utility.set_location( l_proc,10);
1820: savepoint start_transaction;
1821:
1822: -- check to see if the TRANSACTION_ID attribute has been created
1823: if hr_workflow_utility.item_attribute_exists(p_item_type => itemtype
1824: ,p_item_key => itemkey
1825: ,p_name => 'TRANSACTION_ID') then
1826:
1827: -- the TRANSACTION_ID exists so ensure that it is null

Line 1858: if not hr_workflow_utility.item_attribute_exists(p_item_type => itemtype

1854:
1855: end if;
1856:
1857: -- check to see if the TRANSACTION_PRIVILEGE attribute has been created
1858: if not hr_workflow_utility.item_attribute_exists(p_item_type => itemtype
1859: ,p_item_key => itemkey
1860: ,p_name => 'TRANSACTION_PRIVILEGE') then
1861:
1862: -- the TRANSACTION_PRIVILEGE does not exist so create it