DBA Data[Home] [Help]

APPS.HR_PAY_RATE_SS dependencies on HR_WORKFLOW_UTILITY

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

1919: hr_utility.set_location( l_proc,10);
1920: savepoint start_transaction;
1921:
1922: -- check to see if the TRANSACTION_ID attribute has been created
1923: if hr_workflow_utility.item_attribute_exists(p_item_type => itemtype
1924: ,p_item_key => itemkey
1925: ,p_name => 'TRANSACTION_ID') then
1926:
1927: -- the TRANSACTION_ID exists so ensure that it is null

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

1954:
1955: end if;
1956:
1957: -- check to see if the TRANSACTION_PRIVILEGE attribute has been created
1958: if not hr_workflow_utility.item_attribute_exists(p_item_type => itemtype
1959: ,p_item_key => itemkey
1960: ,p_name => 'TRANSACTION_PRIVILEGE') then
1961:
1962: -- the TRANSACTION_PRIVILEGE does not exist so create it