DBA Data[Home] [Help]

APPS.HR_SUPERVISOR_SS dependencies on WF_ITEMS

Line 288: p_item_type IN WF_ITEMS.ITEM_TYPE%TYPE ,

284: ||===========================================================================
285: */
286:
287: PROCEDURE Create_transaction(
288: p_item_type IN WF_ITEMS.ITEM_TYPE%TYPE ,
289: p_item_key IN WF_ITEMS.ITEM_KEY%TYPE ,
290: p_act_id IN NUMBER ,
291: p_transaction_id IN OUT NOCOPY NUMBER ,
292: p_transaction_step_id IN OUT NOCOPY NUMBER,

Line 289: p_item_key IN WF_ITEMS.ITEM_KEY%TYPE ,

285: */
286:
287: PROCEDURE Create_transaction(
288: p_item_type IN WF_ITEMS.ITEM_TYPE%TYPE ,
289: p_item_key IN WF_ITEMS.ITEM_KEY%TYPE ,
290: p_act_id IN NUMBER ,
291: p_transaction_id IN OUT NOCOPY NUMBER ,
292: p_transaction_step_id IN OUT NOCOPY NUMBER,
293: p_login_person_id IN NUMBER ,

Line 813: p_item_type IN wf_items.item_type%type ,

809: ||===========================================================================
810: */
811:
812: PROCEDURE get_txn_details (
813: p_item_type IN wf_items.item_type%type ,
814: p_item_key IN wf_items.item_key%TYPE ,
815: p_act_id IN NUMBER,
816: p_selected_emp_id IN OUT NOCOPY NUMBER ,
817: p_passed_assignment_id IN OUT NOCOPY NUMBER ,

Line 814: p_item_key IN wf_items.item_key%TYPE ,

810: */
811:
812: PROCEDURE get_txn_details (
813: p_item_type IN wf_items.item_type%type ,
814: p_item_key IN wf_items.item_key%TYPE ,
815: p_act_id IN NUMBER,
816: p_selected_emp_id IN OUT NOCOPY NUMBER ,
817: p_passed_assignment_id IN OUT NOCOPY NUMBER ,
818: p_sup_id OUT NOCOPY NUMBER,