DBA Data[Home] [Help]

APPS.HR_PROCESS_ASSIGNMENT_STEP_SS dependencies on WF_ITEMS

Line 1056: (p_item_type in wf_items.item_type%TYPE

1052:
1053: end get_transaction_data;
1054:
1055: procedure delete_pay_step
1056: (p_item_type in wf_items.item_type%TYPE
1057: ,p_item_key in wf_items.item_key%TYPE
1058: ,p_login_person_id in varchar2) is
1059:
1060: l_transaction_id number;

Line 1057: ,p_item_key in wf_items.item_key%TYPE

1053: end get_transaction_data;
1054:
1055: procedure delete_pay_step
1056: (p_item_type in wf_items.item_type%TYPE
1057: ,p_item_key in wf_items.item_key%TYPE
1058: ,p_login_person_id in varchar2) is
1059:
1060: l_transaction_id number;
1061: ln_gsp_step_id NUMBER;