DBA Data[Home] [Help]

APPS.HR_APPROVAL_SS dependencies on WF_NOTIFICATIONS

Line 84: procedure handleRFCAction(p_approval_notification_id in wf_notifications.notification_id%type,

80:
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,

Line 94: procedure handleRFCAction(p_approval_notification_id in wf_notifications.notification_id%type

90: p_rfcUserOrigSystemId in wf_roles.orig_system_id%type,
91: p_rfc_comments in varchar2,
92: p_approverIndex in number
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,

Line 96: procedure reInitPerformerRoles(p_notification_id in wf_notifications.notification_id%type,

92: p_approverIndex in number
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: