DBA Data[Home] [Help]

APPS.FA_METHODS_PKG dependencies on FND_LANGUAGES

Line 780: from FND_LANGUAGES

776: where method_code = X_Method_Code
777: and life_in_months = X_Life_In_Months
778: and userenv('LANG') =
779: (select language_code
780: from FND_LANGUAGES
781: where installed_flag = 'B');
782: else
783:
784: update FA_METHODS set

Line 794: from FND_LANGUAGES

790: where method_code = X_Method_Code
791: and life_in_months is null
792: and userenv('LANG') =
793: (select language_code
794: from FND_LANGUAGES
795: where installed_flag = 'B');
796: end if;
797:
798: end if;