DBA Data[Home] [Help]

APPS.BEN_PAC_LER dependencies on PER_ANALYSIS_CRITERIA

Line 367: from per_analysis_criteria

363: order by person_id;
364: --
365: cursor c_get_pac(p_id in number) is
366: select *
367: from per_analysis_criteria
368: where ANALYSIS_CRITERIA_ID = p_id;
369: --
370: l_param_tab ff_exec.outputs_t ;
371: l_old_pac c_get_pac%rowtype ;

Line 515: -- This is possible as per_analysis_criteria is a KFF

511: --
512: -- get the master table details using the old and new ANALYSIS_CRITERIA_ID
513: -- if its insert then its null to any value
514: -- if its update then its any value to any value
515: -- This is possible as per_analysis_criteria is a KFF
516: --
517: if p_old.analysis_criteria_id is NULL
518: then
519: l_old_pac := NULL ;