DBA Data[Home] [Help]

APPS.PA_FP_GEN_AMT_WRP_PKG dependencies on PA_FIN_PLAN_TYPES_TL

Line 60: l_plan_type_name pa_fin_plan_types_tl.name%type;

56: l_etc_fp_ver_id number;
57: l_etc_fp_ver_name VARCHAR2(60);
58: l_fp_options_id number;
59: l_project_name VARCHAR2(200);
60: l_plan_type_name pa_fin_plan_types_tl.name%type;
61: l_struct_sharing_code pa_projects_all.structure_sharing_code%type;
62: l_return_status varchar2(10);
63: l_msg_count number;
64: l_msg_data varchar2(2000);

Line 332: SELECT name INTO l_plan_type_name FROM pa_fin_plan_types_tl

328: should be replaced with FND Message. (This will be done
329: based on the release team response for the processing of
330: the SEED bug. */
331: BEGIN
332: SELECT name INTO l_plan_type_name FROM pa_fin_plan_types_tl
333: WHERE
334: fin_plan_type_id = l_plan_type_id AND
335: language = USERENV('LANG');
336: EXCEPTION