DBA Data[Home] [Help]

APPS.PA_OTC_API dependencies on HXC_PREFERENCE_EVALUATION

Line 7862: l_pref_table hxc_preference_evaluation.t_pref_table;

7858: l_TimeBB_Ovn Number := Null;
7859: i Binary_Integer := Null;
7860: x Binary_Integer := Null;
7861: l_Found Boolean := Null;
7862: l_pref_table hxc_preference_evaluation.t_pref_table;
7863: l_period_type varchar2(50);/* bug 5890771 */
7864: l_termination_date Date := Null; /* Added the variable for bug 7584432 */
7865:
7866: cursor check_tc_period (p_rec_id number) is

Line 7898: hxc_preference_evaluation.resource_preferences(

7894:
7895: G_Stage := 'Get the Time Scope Building Block Id.';
7896: If P_Building_Blocks_Table(i).Scope = 'TIMECARD' Then
7897: /* bug 5890771*/
7898: hxc_preference_evaluation.resource_preferences(
7899: p_resource_id => P_Building_Blocks_Table(i).resource_id
7900: , p_pref_code_list=> 'TC_W_TCRD_PERIOD'
7901: , p_pref_table => l_pref_table );
7902: