DBA Data[Home] [Help]

APPS.ARW_CM_COVER dependencies on ARP_GLOBAL

Line 795: -- Bug 2105483 : rather then calling arp_global at the start

791: THEN
792: l_cm_header.created_from := 'ARXTWCMI';
793: END IF;
794:
795: -- Bug 2105483 : rather then calling arp_global at the start
796: -- of the package, where it can error out NOCOPY since org_id is not yet set,
797: -- do the call right before it is needed
798:
799: -- 5885313 commented out init routine here.

Line 800: -- arp_global.init_global;

796: -- of the package, where it can error out NOCOPY since org_id is not yet set,
797: -- do the call right before it is needed
798:
799: -- 5885313 commented out init routine here.
800: -- arp_global.init_global;
801:
802: IF PG_DEBUG in ('Y', 'C') THEN
803: arp_util.debug(' Org from arp_global is ' || arp_global.sysparam.org_id
804: || ' , SOB from arp_global is '|| arp_global.sysparam.set_of_books_id

Line 803: arp_util.debug(' Org from arp_global is ' || arp_global.sysparam.org_id

799: -- 5885313 commented out init routine here.
800: -- arp_global.init_global;
801:
802: IF PG_DEBUG in ('Y', 'C') THEN
803: arp_util.debug(' Org from arp_global is ' || arp_global.sysparam.org_id
804: || ' , SOB from arp_global is '|| arp_global.sysparam.set_of_books_id
805: || ' , SOB from trx_global is '|| arp_trx_global.system_info.system_parameters.set_of_books_id
806: );
807: END IF;

Line 804: || ' , SOB from arp_global is '|| arp_global.sysparam.set_of_books_id

800: -- arp_global.init_global;
801:
802: IF PG_DEBUG in ('Y', 'C') THEN
803: arp_util.debug(' Org from arp_global is ' || arp_global.sysparam.org_id
804: || ' , SOB from arp_global is '|| arp_global.sysparam.set_of_books_id
805: || ' , SOB from trx_global is '|| arp_trx_global.system_info.system_parameters.set_of_books_id
806: );
807: END IF;
808:

Line 834: ARP_GLOBAL.sysparam.salesrep_required_flag, -- Name_In('AR_WORLD.salesrep_required_flag'),

830: NULL, -- Name_In('TCMI_HEADER.fob_point'),
831: NULL, -- p_invoicing_rule_id,
832: NULL, -- Name_In('TCMI_HEADER.rev_recog_run_flag'),
833: NULL, -- p_complete_flag,
834: ARP_GLOBAL.sysparam.salesrep_required_flag, -- Name_In('AR_WORLD.salesrep_required_flag'),
835: -- credited trx info
836: l_credited_trx_rec.batch_source_id,
837: l_credited_trx_rec.bs_credit_memo_batch_source_id, -- Name_In('TCMI_CRTRX.bs_credit_memo_batch_source_id'),
838: l_credited_trx_rec.rab_batch_source_id, -- Name_In('TCMI_HEADER.rab_batch_source_id'),

Line 1285: arp_global.set_of_books_id,

1281:
1282: BEGIN
1283: get_doc_seq(222,
1284: l_default_type_name,
1285: arp_global.set_of_books_id,
1286: 'A',
1287: l_cm_header.trx_date,
1288: l_cm_header.complete_flag,
1289: l_cm_header.doc_sequence_value,

Line 1939: -- Bug 2105483 : rather then calling arp_global at the start

1935: THEN
1936: l_cm_header.created_from := 'ARXTWCMI';
1937: END IF;
1938:
1939: -- Bug 2105483 : rather then calling arp_global at the start
1940: -- of the package, where it can error out NOCOPY since org_id is not yet set,
1941: -- do the call right before it is needed
1942: -- 5885313 commented out init routine here.
1943: -- arp_global.init_global;

Line 1943: -- arp_global.init_global;

1939: -- Bug 2105483 : rather then calling arp_global at the start
1940: -- of the package, where it can error out NOCOPY since org_id is not yet set,
1941: -- do the call right before it is needed
1942: -- 5885313 commented out init routine here.
1943: -- arp_global.init_global;
1944:
1945: ARP_PROCESS_CREDIT_UTIL.GET_CM_HEADER_DEFAULTS(
1946: -- bug 3796595 : pass l_cm_header.trx_date instead of NULL
1947: l_cm_header.trx_date, -- p_trx_date,

Line 1970: ARP_GLOBAL.sysparam.salesrep_required_flag, -- Name_In('AR_WORLD.salesrep_required_flag'),

1966: NULL, -- Name_In('TCMI_HEADER.fob_point'),
1967: NULL, -- p_invoicing_rule_id,
1968: NULL, -- Name_In('TCMI_HEADER.rev_recog_run_flag'),
1969: NULL, -- p_complete_flag,
1970: ARP_GLOBAL.sysparam.salesrep_required_flag, -- Name_In('AR_WORLD.salesrep_required_flag'),
1971: -- credited trx info
1972: l_credited_trx_rec.batch_source_id,
1973: l_credited_trx_rec.bs_credit_memo_batch_source_id, -- Name_In('TCMI_CRTRX.bs_credit_memo_batch_source_id'),
1974: l_credited_trx_rec.rab_batch_source_id, -- Name_In('TCMI_HEADER.rab_batch_source_id'),

Line 2622: arp_global.set_of_books_id,

2618:
2619: BEGIN
2620: get_doc_seq(222,
2621: l_default_type_name,
2622: arp_global.set_of_books_id,
2623: 'A',
2624: l_cm_header.trx_date,
2625: l_cm_header.complete_flag,
2626: l_cm_header.doc_sequence_value,