DBA Data[Home] [Help]

APPS.ARW_CM_COVER dependencies on ARP_GLOBAL

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

778: -- Default created_from
779: --
780: l_cm_header.created_from := 'ARXTWCMI';
781:
782: -- Bug 2105483 : rather then calling arp_global at the start
783: -- of the package, where it can error out NOCOPY since org_id is not yet set,
784: -- do the call right before it is needed
785:
786: -- 5885313 commented out init routine here.

Line 787: -- arp_global.init_global;

783: -- of the package, where it can error out NOCOPY since org_id is not yet set,
784: -- do the call right before it is needed
785:
786: -- 5885313 commented out init routine here.
787: -- arp_global.init_global;
788:
789: IF PG_DEBUG in ('Y', 'C') THEN
790: arp_util.debug(' Org from arp_global is ' || arp_global.sysparam.org_id
791: || ' , SOB from arp_global is '|| arp_global.sysparam.set_of_books_id

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

786: -- 5885313 commented out init routine here.
787: -- arp_global.init_global;
788:
789: IF PG_DEBUG in ('Y', 'C') THEN
790: arp_util.debug(' Org from arp_global is ' || arp_global.sysparam.org_id
791: || ' , SOB from arp_global is '|| arp_global.sysparam.set_of_books_id
792: || ' , SOB from trx_global is '|| arp_trx_global.system_info.system_parameters.set_of_books_id
793: );
794: END IF;

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

787: -- arp_global.init_global;
788:
789: IF PG_DEBUG in ('Y', 'C') THEN
790: arp_util.debug(' Org from arp_global is ' || arp_global.sysparam.org_id
791: || ' , SOB from arp_global is '|| arp_global.sysparam.set_of_books_id
792: || ' , SOB from trx_global is '|| arp_trx_global.system_info.system_parameters.set_of_books_id
793: );
794: END IF;
795:

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

817: NULL, -- Name_In('TCMI_HEADER.fob_point'),
818: NULL, -- p_invoicing_rule_id,
819: NULL, -- Name_In('TCMI_HEADER.rev_recog_run_flag'),
820: NULL, -- p_complete_flag,
821: ARP_GLOBAL.sysparam.salesrep_required_flag, -- Name_In('AR_WORLD.salesrep_required_flag'),
822: -- credited trx info
823: l_credited_trx_rec.batch_source_id,
824: l_credited_trx_rec.bs_credit_memo_batch_source_id, -- Name_In('TCMI_CRTRX.bs_credit_memo_batch_source_id'),
825: l_credited_trx_rec.rab_batch_source_id, -- Name_In('TCMI_HEADER.rab_batch_source_id'),

Line 1284: arp_global.set_of_books_id,

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

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

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

Line 1942: -- arp_global.init_global;

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

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

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

Line 2640: arp_global.set_of_books_id,

2636:
2637: BEGIN
2638: get_doc_seq(222,
2639: l_default_type_name,
2640: arp_global.set_of_books_id,
2641: 'A',
2642: l_cm_header.trx_date,
2643: l_cm_header.complete_flag,
2644: l_cm_header.doc_sequence_value,