DBA Data[Home] [Help]

APPS.HR_APPROVAL_SS dependencies on HR_API_TRANSACTIONS

Line 85: p_transaction_id in hr_api_transactions.transaction_id%type,

81: function getUserOrigSystemId(p_user_name in fnd_user.user_name%type
82: ,p_notification_id in number default null)
83: return wf_roles.orig_system_id%type;
84: procedure handleRFCAction(p_approval_notification_id in wf_notifications.notification_id%type,
85: p_transaction_id in hr_api_transactions.transaction_id%type,
86: p_item_type in wf_items.item_type%type,
87: p_item_key in wf_items.item_key%type,
88: p_rfcRoleName in wf_roles.name%type,
89: p_rfcUserOrigSystem in wf_roles.orig_system%type,

Line 97: p_transaction_id in hr_api_transactions.transaction_id%type,

93: );
94: procedure handleRFCAction(p_approval_notification_id in wf_notifications.notification_id%type
95: );
96: procedure reInitPerformerRoles(p_notification_id in wf_notifications.notification_id%type,
97: p_transaction_id in hr_api_transactions.transaction_id%type,
98: p_item_type in wf_items.item_type%type,
99: p_item_key in wf_items.item_key%type);
100:
101: procedure approvals_block

Line 118: ,p_relaunch_function hr_api_transactions.relaunch_function%type

114:
115: procedure startGenericApprovalProcess(p_transaction_id in number
116: ,p_item_key in out nocopy wf_items.item_key%type
117: ,p_wf_ntf_sub_fnd_msg in fnd_new_messages.message_name%type
118: ,p_relaunch_function hr_api_transactions.relaunch_function%type
119: ,p_additional_wf_attributes in HR_WF_ATTR_TABLE
120: ,p_status out nocopy varchar2
121: ,p_error_message out nocopy varchar2
122: ,p_errstack out nocopy varchar2