DBA Data[Home] [Help]

APPS.AR_RECEIPT_API_PUB dependencies on FND_GLOBAL

Line 10725: l_request_id := fnd_global.conc_request_id;

10721: l_created_by := arp_standard.profile.user_id ;
10722: l_last_update_login := arp_standard.profile.last_update_login ;
10723: l_program_application_id := arp_standard.application_id ;
10724: l_program_id := arp_standard.profile.program_id;
10725: l_request_id := fnd_global.conc_request_id;
10726:
10727: IF l_request_id = -1 THEN
10728: l_request_id_set := 'N';
10729: l_request_id_bulk := -999;

Line 11880: fnd_global.user_id,

11876: l_rcpt_error_info_tab.additional_message(k),
11877: l_rcpt_error_info_tab.remit_bank_acct_use_id(k),
11878: sysdate,
11879: sysdate,
11880: fnd_global.user_id,
11881: fnd_global.login_id,
11882: fnd_global.prog_appl_id,
11883: NULL,
11884: SYSDATE,

Line 11881: fnd_global.login_id,

11877: l_rcpt_error_info_tab.remit_bank_acct_use_id(k),
11878: sysdate,
11879: sysdate,
11880: fnd_global.user_id,
11881: fnd_global.login_id,
11882: fnd_global.prog_appl_id,
11883: NULL,
11884: SYSDATE,
11885: fnd_global.user_id ) ;

Line 11882: fnd_global.prog_appl_id,

11878: sysdate,
11879: sysdate,
11880: fnd_global.user_id,
11881: fnd_global.login_id,
11882: fnd_global.prog_appl_id,
11883: NULL,
11884: SYSDATE,
11885: fnd_global.user_id ) ;
11886:

Line 11885: fnd_global.user_id ) ;

11881: fnd_global.login_id,
11882: fnd_global.prog_appl_id,
11883: NULL,
11884: SYSDATE,
11885: fnd_global.user_id ) ;
11886:
11887: process_events( l_gt_id, l_request_id, org_rec.org_id );
11888:
11889: -- Commit after every bulk fetch specified