DBA Data[Home] [Help]

APPS.AR_CASH_RECEIPT_PRINT_PKG dependencies on FND_GLOBAL

Line 61: ln_request_id := FND_GLOBAL.conc_request_id;

57:
58: MO_GLOBAL.init('AR');
59: -- to check if the output directory exists
60: -- read the variable request_data to check if it is reentering the program
61: ln_request_id := FND_GLOBAL.conc_request_id;
62:
63:
64:
65:

Line 70: WHERE user_id=fnd_global.user_id;

66: /* Find out the user who issued the conc. prog */
67: SELECT user_name
68: INTO l_user
69: FROM fnd_user
70: WHERE user_id=fnd_global.user_id;
71:
72: l_user:=','''||l_user||''' ';
73: /* Added for bug 7278191 */
74: IF p_copy_or_original='Original' THEN