[Home] [Help]
APPS.PAY_PPMV4_UTILS_SS dependencies on HR_WORKFLOW_UTILITY
Line 1425: if hr_workflow_utility.item_attribute_exists
1421: end if;
1422: --
1423: -- Just look for item attribute.
1424: --
1425: if hr_workflow_utility.item_attribute_exists
1426: (p_item_type => p_item_type
1427: ,p_item_key => p_item_key
1428: ,p_name => p_option
1429: )