DBA Data[Home] [Help]

APPS.HR_SUPERVISOR_SS dependencies on WF_ITEMS

Line 333: p_item_type IN WF_ITEMS.ITEM_TYPE%TYPE ,

329: ||===========================================================================
330: */
331:
332: PROCEDURE Create_transaction(
333: p_item_type IN WF_ITEMS.ITEM_TYPE%TYPE ,
334: p_item_key IN WF_ITEMS.ITEM_KEY%TYPE ,
335: p_act_id IN NUMBER ,
336: p_transaction_id IN OUT NOCOPY NUMBER ,
337: p_transaction_step_id IN OUT NOCOPY NUMBER,

Line 334: p_item_key IN WF_ITEMS.ITEM_KEY%TYPE ,

330: */
331:
332: PROCEDURE Create_transaction(
333: p_item_type IN WF_ITEMS.ITEM_TYPE%TYPE ,
334: p_item_key IN WF_ITEMS.ITEM_KEY%TYPE ,
335: p_act_id IN NUMBER ,
336: p_transaction_id IN OUT NOCOPY NUMBER ,
337: p_transaction_step_id IN OUT NOCOPY NUMBER,
338: p_login_person_id IN NUMBER ,

Line 858: p_item_type IN wf_items.item_type%type ,

854: ||===========================================================================
855: */
856:
857: PROCEDURE get_txn_details (
858: p_item_type IN wf_items.item_type%type ,
859: p_item_key IN wf_items.item_key%TYPE ,
860: p_act_id IN NUMBER,
861: p_selected_emp_id IN OUT NOCOPY NUMBER ,
862: p_passed_assignment_id IN OUT NOCOPY NUMBER ,

Line 859: p_item_key IN wf_items.item_key%TYPE ,

855: */
856:
857: PROCEDURE get_txn_details (
858: p_item_type IN wf_items.item_type%type ,
859: p_item_key IN wf_items.item_key%TYPE ,
860: p_act_id IN NUMBER,
861: p_selected_emp_id IN OUT NOCOPY NUMBER ,
862: p_passed_assignment_id IN OUT NOCOPY NUMBER ,
863: p_sup_id OUT NOCOPY NUMBER,