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 371: SELECT name INTO l_plan_type_name FROM pa_fin_plan_types_tl

367: should be replaced with FND Message. (This will be done
368: based on the release team response for the processing of
369: the SEED bug. */
370: BEGIN
371: SELECT name INTO l_plan_type_name FROM pa_fin_plan_types_tl
372: WHERE
373: fin_plan_type_id = l_plan_type_id AND
374: language = USERENV('LANG');
375: EXCEPTION