DBA Data[Home] [Help]

APPS.ARP_PROCESS_WRITEOFF dependencies on FND_GLOBAL

Line 46: l_request_id := fnd_global.conc_request_id;

42: IF PG_DEBUG in ('Y', 'C') THEN
43: arp_util.debug('arp_process_writeoff.submit_report()+');
44: END IF;
45:
46: l_request_id := fnd_global.conc_request_id;
47:
48: If (l_request_id =-1) THEN
49: l_request_id := g_request_id;
50: END IF;

Line 388: l_request_id := fnd_global.conc_request_id;

384: l_receipt_currency_code := p_receipt_currency_code;
385: l_receipt_number := p_receipt_number;
386: l_comments := p_comments;
387: l_user_id := arp_global.user_id;
388: l_request_id := fnd_global.conc_request_id;
389:
390:
391: --Intialize the out NOCOPY variable
392:

Line 395: g_request_id :=fnd_global.conc_request_id;

391: --Intialize the out NOCOPY variable
392:
393: l_return_status := FND_API.G_RET_STS_SUCCESS;
394: /* storing the request_id */
395: g_request_id :=fnd_global.conc_request_id;
396: --Get the approval limits of the user
397: BEGIN
398: SELECT NVL(amount_from,0),
399: NVL(amount_to,0)