DBA Data[Home] [Help]

APPS.ARI_PRINT_REQUEST_NOTIFICATION dependencies on FND_GLOBAL

Line 65: -- Initialize FND Global

61: l_debug_info VARCHAR2(200);
62:
63: BEGIN
64: l_procedure_name := '.notify';
65: -- Initialize FND Global
66: FND_MSG_PUB.INITIALIZE;
67:
68: ----------------------------------------------------------------------------------------
69: l_debug_info := 'Get the first Request Id to be polled for';

Line 131: p_request_id => fnd_global.conc_request_id,

127:
128: ARI_UTILITIES.send_notification(
129: p_user_name => p_user_name,
130: p_customer_name => p_customer_name,
131: p_request_id => fnd_global.conc_request_id,
132: p_requests => p_requests,
133: p_parameter => p_requests_list,
134: p_subject_msg_name => 'ARI_PRINT_NOTIFICATION_SUBJ',
135: p_subject_msg_appl => 'AR');