DBA Data[Home] [Help]

APPS.PA_SCHEDULE_PUB dependencies on PA_LOOKUPS

Line 4823: SELECT meaning into l_capacity_label from pa_lookups where lookup_type='PA_CAPC_AVL_LABELS' and lookup_code ='CAPACITY';

4819: -- Initialization Part Begin
4820: PA_SCHEDULE_UTILS.log_message(1,'Initialization Begin');
4821:
4822: BEGIN
4823: SELECT meaning into l_capacity_label from pa_lookups where lookup_type='PA_CAPC_AVL_LABELS' and lookup_code ='CAPACITY';
4824: SELECT meaning into l_availability_label from pa_lookups where lookup_type='PA_CAPC_AVL_LABELS' and lookup_code ='AVAILABILITY';
4825: END;
4826:
4827: l_where_to_place_counter := 0;

Line 4824: SELECT meaning into l_availability_label from pa_lookups where lookup_type='PA_CAPC_AVL_LABELS' and lookup_code ='AVAILABILITY';

4820: PA_SCHEDULE_UTILS.log_message(1,'Initialization Begin');
4821:
4822: BEGIN
4823: SELECT meaning into l_capacity_label from pa_lookups where lookup_type='PA_CAPC_AVL_LABELS' and lookup_code ='CAPACITY';
4824: SELECT meaning into l_availability_label from pa_lookups where lookup_type='PA_CAPC_AVL_LABELS' and lookup_code ='AVAILABILITY';
4825: END;
4826:
4827: l_where_to_place_counter := 0;
4828: l_current_date := l_actual_display_start_date;