DBA Data[Home] [Help]

APPS.FV_INSTALL_EXTN dependencies on FND_LANGUAGES

Line 29: from fnd_languages

25: l_retval BOOLEAN;
26: l_org_id NUMBER(15); --PSKI MOAC Changes
27: --
28: cursor c_territory is select iso_territory
29: from fnd_languages
30: where installed_flag = 'B';
31: /* removed the installed_flag = 'I' to fix the issue of looking for top_dir for 'I' read
32: loader file*/
33:

Line 363: -- fvreqln.ldt and fvreqgr.ldt for all the langauges found in fnd_languages

359: END insert_ap_income_tax_types;
360:
361: -- Bug# 3578880
362: -- This procedure loads fvmenus.ldt, fvlkups.ldt, fvcprog.ldt, fvreqst.ldt
363: -- fvreqln.ldt and fvreqgr.ldt for all the langauges found in fnd_languages
364: -- with installed flag of I/B.
365: --
366: PROCEDURE Load_FV_Ldts AS
367: l_config_file VARCHAR2(100) ;

Line 378: from fnd_languages

374:
375: --Bug#3739019
376: /*
377: CURSOR c_territory IS select iso_territory
378: from fnd_languages
379: where installed_flag in ('I', 'B');
380: */
381:
382: BEGIN