DBA Data[Home] [Help]

APPS.PA_OTC_API dependencies on HXC_PREFERENCE_EVALUATION

Line 8745: l_pref_table hxc_preference_evaluation.t_pref_table;

8741: l_TimeBB_Ovn Number := Null;
8742: i Binary_Integer := Null;
8743: x Binary_Integer := Null;
8744: l_Found Boolean := Null;
8745: l_pref_table hxc_preference_evaluation.t_pref_table;
8746: l_period_type varchar2(50);/* bug 5890771 */
8747: l_termination_date Date := Null; /* Added the variable for bug 7584432 */
8748: l_assign_end_date_flag Number := 0; /* Added the variable for bug 8528840 */
8749:

Line 8790: hxc_preference_evaluation.resource_preferences(

8786:
8787: G_Stage := 'Get the Time Scope Building Block Id.';
8788: If P_Building_Blocks_Table(i).Scope = 'TIMECARD' Then
8789: /* bug 5890771*/
8790: hxc_preference_evaluation.resource_preferences(
8791: p_resource_id => P_Building_Blocks_Table(i).resource_id
8792: , p_pref_code_list=> 'TC_W_TCRD_PERIOD'
8793: , p_pref_table => l_pref_table );
8794: