DBA Data[Home] [Help]

APPS.HR_PROCESS_ASSIGNMENT_STEP_SS dependencies on WF_ITEMS

Line 1051: (p_item_type in wf_items.item_type%TYPE

1047:
1048: end get_transaction_data;
1049:
1050: procedure delete_pay_step
1051: (p_item_type in wf_items.item_type%TYPE
1052: ,p_item_key in wf_items.item_key%TYPE
1053: ,p_login_person_id in varchar2) is
1054:
1055: l_transaction_id number;

Line 1052: ,p_item_key in wf_items.item_key%TYPE

1048: end get_transaction_data;
1049:
1050: procedure delete_pay_step
1051: (p_item_type in wf_items.item_type%TYPE
1052: ,p_item_key in wf_items.item_key%TYPE
1053: ,p_login_person_id in varchar2) is
1054:
1055: l_transaction_id number;
1056: ln_gsp_step_id NUMBER;