DBA Data[Home] [Help]

APPS.CN_NOTIFY_ORDERS dependencies on FND_GLOBAL

Line 552: x_request_id => fnd_global.conc_request_id,

548:
549: cn_message_pkg.begin_batch(
550: x_parent_proc_audit_id => p_parent_proc_audit_id,
551: x_process_audit_id => l_process_audit_id,
552: x_request_id => fnd_global.conc_request_id,
553: x_process_type => 'ORD',
554: p_org_id => l_org_id);
555:
556: cn_message_pkg.debug('notify: Got update information from Order Capture Feedback Queue for an adjusted order.');

Line 1146: x_request_id => fnd_global.conc_request_id,

1142: END IF;
1143: cn_message_pkg.begin_batch
1144: (x_parent_proc_audit_id => p_parent_proc_audit_id,
1145: x_process_audit_id => l_process_audit_id,
1146: x_request_id => fnd_global.conc_request_id,
1147: x_process_type => 'ORD',
1148: p_org_id => x_org_id);
1149:
1150: cn_message_pkg.debug('<>');