DBA Data[Home] [Help]

APPS.AR_AME_CMWF_API dependencies on ARP_GLOBAL

Line 116: arp_global.init_global;

112: -- fnd_client_info.set_org_context (l_org_id);
113: mo_global.init('AR');
114: mo_global.set_policy_context('S', l_org_id);
115:
116: arp_global.init_global;
117:
118: EXCEPTION
119: WHEN OTHERS THEN
120:

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

3040: arp_standard.debug('RecordCollectorAsForwardFrom: ' || g_debug_mesg);
3041: END IF;
3042: ----------------------------------------------------------
3043: --
3044: -- Bug 2105483 : rather then calling arp_global at the start
3045: -- of the package, WHERE it can error out NOCOPY since org_id is not yet set,
3046: -- do the call right before it is needed
3047:
3048: -- arp_global.init_global;

Line 3048: -- arp_global.init_global;

3044: -- Bug 2105483 : rather then calling arp_global at the start
3045: -- of the package, WHERE it can error out NOCOPY since org_id is not yet set,
3046: -- do the call right before it is needed
3047:
3048: -- arp_global.init_global;
3049: CRLF := arp_global.CRLF;
3050:
3051: --
3052: -- RUN mode - normal process execution

Line 3049: CRLF := arp_global.CRLF;

3045: -- of the package, WHERE it can error out NOCOPY since org_id is not yet set,
3046: -- do the call right before it is needed
3047:
3048: -- arp_global.init_global;
3049: CRLF := arp_global.CRLF;
3050:
3051: --
3052: -- RUN mode - normal process execution
3053: --

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

3373: arp_standard.debug('RecordApproverAsForwardFrom: ' || g_debug_mesg);
3374: END IF;
3375: ----------------------------------------------------------
3376:
3377: -- Bug 2105483 : rather then calling arp_global at the start
3378: -- of the package, WHERE it can error out since org_id is not yet set,
3379: -- do the call right before it is needed
3380:
3381: -- arp_global.init_global;

Line 3381: -- arp_global.init_global;

3377: -- Bug 2105483 : rather then calling arp_global at the start
3378: -- of the package, WHERE it can error out since org_id is not yet set,
3379: -- do the call right before it is needed
3380:
3381: -- arp_global.init_global;
3382: CRLF := arp_global.CRLF;
3383:
3384: --
3385: -- RUN mode - normal process execution

Line 3382: CRLF := arp_global.CRLF;

3378: -- of the package, WHERE it can error out since org_id is not yet set,
3379: -- do the call right before it is needed
3380:
3381: -- arp_global.init_global;
3382: CRLF := arp_global.CRLF;
3383:
3384: --
3385: -- RUN mode - normal process execution
3386: --

Line 4519: -- Bug 2105483 : rather THEN calling arp_global at the start

4515: arp_standard.debug('InsertCompletedManualNotes: ' || g_debug_mesg);
4516: END IF;
4517: ----------------------------------------------------------
4518:
4519: -- Bug 2105483 : rather THEN calling arp_global at the start
4520: -- of the package, WHERE it can error out NOCOPY since org_id is not yet set,
4521: -- do the call right before it is needed
4522: -- arp_global.init_global;
4523: -- Bug 1908252

Line 4522: -- arp_global.init_global;

4518:
4519: -- Bug 2105483 : rather THEN calling arp_global at the start
4520: -- of the package, WHERE it can error out NOCOPY since org_id is not yet set,
4521: -- do the call right before it is needed
4522: -- arp_global.init_global;
4523: -- Bug 1908252
4524:
4525: --
4526: -- RUN mode - normal process execution

Line 4531: l_last_updated_by := ARP_GLOBAL.user_id;

4527: --
4528: IF (p_funcmode = 'RUN') then
4529:
4530: restore_context(p_item_key);
4531: l_last_updated_by := ARP_GLOBAL.user_id;
4532: l_last_update_login := ARP_GLOBAL.last_update_login ;
4533:
4534: l_document_id := wf_engine.GetItemAttrNumber(
4535: p_item_type,

Line 4532: l_last_update_login := ARP_GLOBAL.last_update_login ;

4528: IF (p_funcmode = 'RUN') then
4529:
4530: restore_context(p_item_key);
4531: l_last_updated_by := ARP_GLOBAL.user_id;
4532: l_last_update_login := ARP_GLOBAL.last_update_login ;
4533:
4534: l_document_id := wf_engine.GetItemAttrNumber(
4535: p_item_type,
4536: p_item_key,

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

4899: arp_standard.debug('InsertRejectedResponseNotes: ' || g_debug_mesg);
4900: END IF;
4901: ----------------------------------------------------------
4902:
4903: -- Bug 2105483 : rather then calling arp_global at the start
4904: -- of the package, WHERE it can error out NOCOPY since org_id is not yet set,
4905: -- do the call right before it is needed
4906:
4907: -- arp_global.init_global;

Line 4907: -- arp_global.init_global;

4903: -- Bug 2105483 : rather then calling arp_global at the start
4904: -- of the package, WHERE it can error out NOCOPY since org_id is not yet set,
4905: -- do the call right before it is needed
4906:
4907: -- arp_global.init_global;
4908:
4909: -- Bug 1908252
4910:
4911: l_last_updated_by := ARP_GLOBAL.user_id;

Line 4911: l_last_updated_by := ARP_GLOBAL.user_id;

4907: -- arp_global.init_global;
4908:
4909: -- Bug 1908252
4910:
4911: l_last_updated_by := ARP_GLOBAL.user_id;
4912: l_last_update_login := ARP_GLOBAL.last_update_login ;
4913:
4914: ---------------------------------------------------------------------
4915: g_debug_mesg := 'Insert Rejected Response notes';

Line 4912: l_last_update_login := ARP_GLOBAL.last_update_login ;

4908:
4909: -- Bug 1908252
4910:
4911: l_last_updated_by := ARP_GLOBAL.user_id;
4912: l_last_update_login := ARP_GLOBAL.last_update_login ;
4913:
4914: ---------------------------------------------------------------------
4915: g_debug_mesg := 'Insert Rejected Response notes';
4916: ---------------------------------------------------------------------

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

5289: arp_standard.debug('InsertTrxNotes: ' || g_debug_mesg);
5290: END IF;
5291: ----------------------------------------------------------
5292:
5293: -- Bug 2105483 : rather then calling arp_global at the start
5294: -- of the package, WHERE it can error out NOCOPY since org_id is not yet set,
5295: -- do the call right before it is needed
5296:
5297:

Line 5298: -- Bug 1690118 : replace FND_GLOBAL with ARP_GLOBAL

5294: -- of the package, WHERE it can error out NOCOPY since org_id is not yet set,
5295: -- do the call right before it is needed
5296:
5297:
5298: -- Bug 1690118 : replace FND_GLOBAL with ARP_GLOBAL
5299:
5300: l_created_by := ARP_GLOBAL.USER_ID;
5301: l_creation_date := sysdate;
5302: l_last_update_login := ARP_GLOBAL.last_update_login;

Line 5300: l_created_by := ARP_GLOBAL.USER_ID;

5296:
5297:
5298: -- Bug 1690118 : replace FND_GLOBAL with ARP_GLOBAL
5299:
5300: l_created_by := ARP_GLOBAL.USER_ID;
5301: l_creation_date := sysdate;
5302: l_last_update_login := ARP_GLOBAL.last_update_login;
5303: l_last_update_date := sysdate;
5304: l_last_updated_by := ARP_GLOBAL.USER_ID;

Line 5302: l_last_update_login := ARP_GLOBAL.last_update_login;

5298: -- Bug 1690118 : replace FND_GLOBAL with ARP_GLOBAL
5299:
5300: l_created_by := ARP_GLOBAL.USER_ID;
5301: l_creation_date := sysdate;
5302: l_last_update_login := ARP_GLOBAL.last_update_login;
5303: l_last_update_date := sysdate;
5304: l_last_updated_by := ARP_GLOBAL.USER_ID;
5305:
5306: g_debug_mesg := 'WHO columns retrieved';

Line 5304: l_last_updated_by := ARP_GLOBAL.USER_ID;

5300: l_created_by := ARP_GLOBAL.USER_ID;
5301: l_creation_date := sysdate;
5302: l_last_update_login := ARP_GLOBAL.last_update_login;
5303: l_last_update_date := sysdate;
5304: l_last_updated_by := ARP_GLOBAL.USER_ID;
5305:
5306: g_debug_mesg := 'WHO columns retrieved';
5307:
5308: arp_notes_pkg.insert_cover(

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

5390: arp_standard.debug('CallTrxApi: ' || g_debug_mesg);
5391: END IF;
5392: ----------------------------------------------------------
5393:
5394: -- Bug 2105483 : rather then calling arp_global at the start
5395: -- of the package, WHERE it can error out NOCOPY since org_id is not yet set,
5396: -- do the call right before it is needed
5397:
5398: --

Line 5405: crlf := arp_global.CRLF;

5401: IF (p_funcmode = 'RUN') then
5402:
5403: restore_context(p_item_key);
5404:
5405: crlf := arp_global.CRLF;
5406:
5407: -- Bug 1908252
5408: l_last_updated_by := ARP_GLOBAL.user_id;
5409: l_last_update_login := ARP_GLOBAL.last_update_login ;

Line 5408: l_last_updated_by := ARP_GLOBAL.user_id;

5404:
5405: crlf := arp_global.CRLF;
5406:
5407: -- Bug 1908252
5408: l_last_updated_by := ARP_GLOBAL.user_id;
5409: l_last_update_login := ARP_GLOBAL.last_update_login ;
5410:
5411: -- call transaction API here
5412:

Line 5409: l_last_update_login := ARP_GLOBAL.last_update_login ;

5405: crlf := arp_global.CRLF;
5406:
5407: -- Bug 1908252
5408: l_last_updated_by := ARP_GLOBAL.user_id;
5409: l_last_update_login := ARP_GLOBAL.last_update_login ;
5410:
5411: -- call transaction API here
5412:
5413: l_customer_trx_id := wf_engine.GetItemAttrNumber(