DBA Data[Home] [Help]

APPS.PAY_PPMV4_SS dependencies on HR_WORKFLOW_UTILITY

Line 1526: if not hr_workflow_utility.item_attribute_exists

1522: l_effective_date :=
1523: to_date(p_effective_date, hr_transaction_ss.g_date_format);
1524: --
1525: l_stage := 'EFFECTIVE_DATE:2';
1526: if not hr_workflow_utility.item_attribute_exists
1527: (p_item_type => p_item_type
1528: ,p_item_key => p_item_key
1529: ,p_name => pay_ppmv4_utils_ss.C_EFFECTIVE_DATE
1530: )

Line 1552: if not hr_workflow_utility.item_attribute_exists

1548: and l_effective_date
1549: between a.effective_start_date and a.effective_end_date;
1550: --
1551: l_stage := 'ASSIGNMENT_ID:2';
1552: if not hr_workflow_utility.item_attribute_exists
1553: (p_item_type => p_item_type
1554: ,p_item_key => p_item_key
1555: ,p_name => pay_ppmv4_utils_ss.C_ASSIGNMENT_ID
1556: )