DBA Data[Home] [Help]

APPS.AR_BPA_PRINT_CONC dependencies on MO_GLOBAL

Line 615: MO_global.init('AR');

611: into base_lang
612: from fnd_languages
613: where installed_flag = 'B';
614:
615: MO_global.init('AR');
616: fnd_file.put_line( fnd_file.log, 'userenv_lang: ' || userenv_lang);
617: fnd_file.put_line( fnd_file.log, 'base_lang: ' || base_lang);
618:
619: /* Read in Parameter Values supplied by user */

Line 985: MO_global.init('AR');

981: l_fail_count NUMBER := 0;
982:
983: BEGIN
984:
985: MO_global.init('AR');
986: FND_FILE.PUT_LINE( FND_FILE.LOG, 'AR_BPA_PRINT_CONC.print_invoices(+)' );
987: -- to check if the output directory exists
988:
989: -- read the variable request_data to check if it is reentering the program