DBA Data[Home] [Help]

APPS.PAY_PPMV4_SS dependencies on HR_WORKFLOW_UTILITY

Line 1601: if not hr_workflow_utility.item_attribute_exists

1597: l_effective_date :=
1598: to_date(p_effective_date, hr_transaction_ss.g_date_format);
1599: --
1600: l_stage := 'EFFECTIVE_DATE:2';
1601: if not hr_workflow_utility.item_attribute_exists
1602: (p_item_type => p_item_type
1603: ,p_item_key => p_item_key
1604: ,p_name => pay_ppmv4_utils_ss.C_EFFECTIVE_DATE
1605: )

Line 1627: if not hr_workflow_utility.item_attribute_exists

1623: and l_effective_date
1624: between a.effective_start_date and a.effective_end_date;
1625: --
1626: l_stage := 'ASSIGNMENT_ID:2';
1627: if not hr_workflow_utility.item_attribute_exists
1628: (p_item_type => p_item_type
1629: ,p_item_key => p_item_key
1630: ,p_name => pay_ppmv4_utils_ss.C_ASSIGNMENT_ID
1631: )