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 340: -- fvreqln.ldt and fvreqgr.ldt for all the langauges found in fnd_languages

336: END insert_ap_income_tax_types;
337:
338: -- Bug# 3578880
339: -- This procedure loads fvmenus.ldt, fvlkups.ldt, fvcprog.ldt, fvreqst.ldt
340: -- fvreqln.ldt and fvreqgr.ldt for all the langauges found in fnd_languages
341: -- with installed flag of I/B.
342: --
343: PROCEDURE Load_FV_Ldts AS
344: l_config_file VARCHAR2(100) ;

Line 355: from fnd_languages

351:
352: --Bug#3739019
353: /*
354: CURSOR c_territory IS select iso_territory
355: from fnd_languages
356: where installed_flag in ('I', 'B');
357: */
358:
359: BEGIN