DBA Data[Home] [Help]

APPS.AR_BPA_PRINT_CONC dependencies on MO_GLOBAL

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

626: into base_lang
627: from fnd_languages
628: where installed_flag = 'B';
629:
630: MO_global.init('AR');
631: fnd_file.put_line( fnd_file.log, 'userenv_lang: ' || userenv_lang);
632: fnd_file.put_line( fnd_file.log, 'base_lang: ' || base_lang);
633:
634: /* Read in Parameter Values supplied by user */

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

996: l_fail_count NUMBER := 0;
997:
998: BEGIN
999:
1000: MO_global.init('AR');
1001: FND_FILE.PUT_LINE( FND_FILE.LOG, 'AR_BPA_PRINT_CONC.print_invoices(+)' );
1002: -- to check if the output directory exists
1003:
1004: -- read the variable request_data to check if it is reentering the program