DBA Data[Home] [Help]

APPS.ARRX_C_RC dependencies on FND_GLOBAL

Line 181: l_request_id := fnd_global.conc_request_id;

177: Receipt Date High : '||argument21);
178: --
179: -- Assign parameters doing any necessary mappings
180: -- e.g. date/number conversion
181: l_request_id := fnd_global.conc_request_id;
182: l_reporting_level := argument1;
183: l_reporting_entity_id := argument2;
184: l_sob_id := argument3;
185: l_coa_id := argument4;

Line 401: l_request_id := fnd_global.conc_request_id;

397:
398: --
399: -- Assign parameters doing any necessary mappings
400: -- e.g. date/number conversion
401: l_request_id := fnd_global.conc_request_id;
402: l_reporting_level := argument1;
403: l_reporting_entity_id := argument2;
404: l_sob_id := argument3;
405: l_coa_id := argument4;

Line 620: l_request_id := fnd_global.conc_request_id;

616: --
617: -- Assign parameters doing any necessary mappings
618: -- e.g. date/number conversion
619:
620: l_request_id := fnd_global.conc_request_id;
621: l_reporting_level := argument1;
622: l_reporting_entity_id := argument2;
623: l_set_of_books_id := argument3;
624: l_coa_id := argument4;

Line 877: l_request_id := fnd_global.conc_request_id;

873: Receipt Number High : '||argument15);
874: --
875: -- Assign parameters doing any necessary mappings
876: -- e.g. date/number conversion
877: l_request_id := fnd_global.conc_request_id;
878: l_reporting_level := argument1;
879: l_reporting_entity_id := argument2;
880: l_set_of_books_id := argument3;
881: l_coa_id := argument4;