DBA Data[Home] [Help]

APPS.AR_AME_CMWF_API dependencies on ARP_GLOBAL

Line 114: arp_global.init_global;

110:
111: fnd_client_info.set_org_context (
112: context => l_org_id);
113:
114: arp_global.init_global;
115:
116: EXCEPTION
117: WHEN OTHERS THEN
118:

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

2999: arp_standard.debug('RecordCollectorAsForwardFrom: ' || g_debug_mesg);
3000: END IF;
3001: ----------------------------------------------------------
3002: --
3003: -- Bug 2105483 : rather then calling arp_global at the start
3004: -- of the package, WHERE it can error out NOCOPY since org_id is not yet set,
3005: -- do the call right before it is needed
3006:
3007: -- arp_global.init_global;

Line 3007: -- arp_global.init_global;

3003: -- Bug 2105483 : rather then calling arp_global at the start
3004: -- of the package, WHERE it can error out NOCOPY since org_id is not yet set,
3005: -- do the call right before it is needed
3006:
3007: -- arp_global.init_global;
3008: CRLF := arp_global.CRLF;
3009:
3010: --
3011: -- RUN mode - normal process execution

Line 3008: CRLF := arp_global.CRLF;

3004: -- of the package, WHERE it can error out NOCOPY since org_id is not yet set,
3005: -- do the call right before it is needed
3006:
3007: -- arp_global.init_global;
3008: CRLF := arp_global.CRLF;
3009:
3010: --
3011: -- RUN mode - normal process execution
3012: --

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

3332: arp_standard.debug('RecordApproverAsForwardFrom: ' || g_debug_mesg);
3333: END IF;
3334: ----------------------------------------------------------
3335:
3336: -- Bug 2105483 : rather then calling arp_global at the start
3337: -- of the package, WHERE it can error out since org_id is not yet set,
3338: -- do the call right before it is needed
3339:
3340: -- arp_global.init_global;

Line 3340: -- arp_global.init_global;

3336: -- Bug 2105483 : rather then calling arp_global at the start
3337: -- of the package, WHERE it can error out since org_id is not yet set,
3338: -- do the call right before it is needed
3339:
3340: -- arp_global.init_global;
3341: CRLF := arp_global.CRLF;
3342:
3343: --
3344: -- RUN mode - normal process execution

Line 3341: CRLF := arp_global.CRLF;

3337: -- of the package, WHERE it can error out since org_id is not yet set,
3338: -- do the call right before it is needed
3339:
3340: -- arp_global.init_global;
3341: CRLF := arp_global.CRLF;
3342:
3343: --
3344: -- RUN mode - normal process execution
3345: --

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

4415: arp_standard.debug('InsertCompletedManualNotes: ' || g_debug_mesg);
4416: END IF;
4417: ----------------------------------------------------------
4418:
4419: -- Bug 2105483 : rather THEN calling arp_global at the start
4420: -- of the package, WHERE it can error out NOCOPY since org_id is not yet set,
4421: -- do the call right before it is needed
4422: -- arp_global.init_global;
4423: -- Bug 1908252

Line 4422: -- arp_global.init_global;

4418:
4419: -- Bug 2105483 : rather THEN calling arp_global at the start
4420: -- of the package, WHERE it can error out NOCOPY since org_id is not yet set,
4421: -- do the call right before it is needed
4422: -- arp_global.init_global;
4423: -- Bug 1908252
4424:
4425: --
4426: -- RUN mode - normal process execution

Line 4431: l_last_updated_by := ARP_GLOBAL.user_id;

4427: --
4428: IF (p_funcmode = 'RUN') then
4429:
4430: -- restore_context(p_item_key);
4431: l_last_updated_by := ARP_GLOBAL.user_id;
4432: l_last_update_login := ARP_GLOBAL.last_update_login ;
4433:
4434: l_document_id := wf_engine.GetItemAttrNumber(
4435: p_item_type,

Line 4432: l_last_update_login := ARP_GLOBAL.last_update_login ;

4428: IF (p_funcmode = 'RUN') then
4429:
4430: -- restore_context(p_item_key);
4431: l_last_updated_by := ARP_GLOBAL.user_id;
4432: l_last_update_login := ARP_GLOBAL.last_update_login ;
4433:
4434: l_document_id := wf_engine.GetItemAttrNumber(
4435: p_item_type,
4436: p_item_key,

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

4799: arp_standard.debug('InsertRejectedResponseNotes: ' || g_debug_mesg);
4800: END IF;
4801: ----------------------------------------------------------
4802:
4803: -- Bug 2105483 : rather then calling arp_global at the start
4804: -- of the package, WHERE it can error out NOCOPY since org_id is not yet set,
4805: -- do the call right before it is needed
4806:
4807: -- arp_global.init_global;

Line 4807: -- arp_global.init_global;

4803: -- Bug 2105483 : rather then calling arp_global at the start
4804: -- of the package, WHERE it can error out NOCOPY since org_id is not yet set,
4805: -- do the call right before it is needed
4806:
4807: -- arp_global.init_global;
4808:
4809: -- Bug 1908252
4810:
4811: l_last_updated_by := ARP_GLOBAL.user_id;

Line 4811: l_last_updated_by := ARP_GLOBAL.user_id;

4807: -- arp_global.init_global;
4808:
4809: -- Bug 1908252
4810:
4811: l_last_updated_by := ARP_GLOBAL.user_id;
4812: l_last_update_login := ARP_GLOBAL.last_update_login ;
4813:
4814: ---------------------------------------------------------------------
4815: g_debug_mesg := 'Insert Rejected Response notes';

Line 4812: l_last_update_login := ARP_GLOBAL.last_update_login ;

4808:
4809: -- Bug 1908252
4810:
4811: l_last_updated_by := ARP_GLOBAL.user_id;
4812: l_last_update_login := ARP_GLOBAL.last_update_login ;
4813:
4814: ---------------------------------------------------------------------
4815: g_debug_mesg := 'Insert Rejected Response notes';
4816: ---------------------------------------------------------------------

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

5189: arp_standard.debug('InsertTrxNotes: ' || g_debug_mesg);
5190: END IF;
5191: ----------------------------------------------------------
5192:
5193: -- Bug 2105483 : rather then calling arp_global at the start
5194: -- of the package, WHERE it can error out NOCOPY since org_id is not yet set,
5195: -- do the call right before it is needed
5196:
5197:

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

5194: -- of the package, WHERE it can error out NOCOPY since org_id is not yet set,
5195: -- do the call right before it is needed
5196:
5197:
5198: -- Bug 1690118 : replace FND_GLOBAL with ARP_GLOBAL
5199:
5200: l_created_by := ARP_GLOBAL.USER_ID;
5201: l_creation_date := sysdate;
5202: l_last_update_login := ARP_GLOBAL.last_update_login;

Line 5200: l_created_by := ARP_GLOBAL.USER_ID;

5196:
5197:
5198: -- Bug 1690118 : replace FND_GLOBAL with ARP_GLOBAL
5199:
5200: l_created_by := ARP_GLOBAL.USER_ID;
5201: l_creation_date := sysdate;
5202: l_last_update_login := ARP_GLOBAL.last_update_login;
5203: l_last_update_date := sysdate;
5204: l_last_updated_by := ARP_GLOBAL.USER_ID;

Line 5202: l_last_update_login := ARP_GLOBAL.last_update_login;

5198: -- Bug 1690118 : replace FND_GLOBAL with ARP_GLOBAL
5199:
5200: l_created_by := ARP_GLOBAL.USER_ID;
5201: l_creation_date := sysdate;
5202: l_last_update_login := ARP_GLOBAL.last_update_login;
5203: l_last_update_date := sysdate;
5204: l_last_updated_by := ARP_GLOBAL.USER_ID;
5205:
5206: g_debug_mesg := 'WHO columns retrieved';

Line 5204: l_last_updated_by := ARP_GLOBAL.USER_ID;

5200: l_created_by := ARP_GLOBAL.USER_ID;
5201: l_creation_date := sysdate;
5202: l_last_update_login := ARP_GLOBAL.last_update_login;
5203: l_last_update_date := sysdate;
5204: l_last_updated_by := ARP_GLOBAL.USER_ID;
5205:
5206: g_debug_mesg := 'WHO columns retrieved';
5207:
5208: arp_notes_pkg.insert_cover(

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

5275: arp_standard.debug('CallTrxApi: ' || g_debug_mesg);
5276: END IF;
5277: ----------------------------------------------------------
5278:
5279: -- Bug 2105483 : rather then calling arp_global at the start
5280: -- of the package, WHERE it can error out NOCOPY since org_id is not yet set,
5281: -- do the call right before it is needed
5282:
5283: --

Line 5290: crlf := arp_global.CRLF;

5286: IF (p_funcmode = 'RUN') then
5287:
5288: -- restore_context(p_item_key);
5289:
5290: crlf := arp_global.CRLF;
5291:
5292: -- Bug 1908252
5293: l_last_updated_by := ARP_GLOBAL.user_id;
5294: l_last_update_login := ARP_GLOBAL.last_update_login ;

Line 5293: l_last_updated_by := ARP_GLOBAL.user_id;

5289:
5290: crlf := arp_global.CRLF;
5291:
5292: -- Bug 1908252
5293: l_last_updated_by := ARP_GLOBAL.user_id;
5294: l_last_update_login := ARP_GLOBAL.last_update_login ;
5295:
5296: -- call transaction API here
5297:

Line 5294: l_last_update_login := ARP_GLOBAL.last_update_login ;

5290: crlf := arp_global.CRLF;
5291:
5292: -- Bug 1908252
5293: l_last_updated_by := ARP_GLOBAL.user_id;
5294: l_last_update_login := ARP_GLOBAL.last_update_login ;
5295:
5296: -- call transaction API here
5297:
5298: l_customer_trx_id := wf_engine.GetItemAttrNumber(