DBA Data[Home] [Help]

APPS.PA_SCHEDULE_PUB dependencies on PA_LOOKUPS

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

5299: -- Initialization Part Begin
5300: PA_SCHEDULE_UTILS.log_message(1,'Initialization Begin');
5301:
5302: BEGIN
5303: SELECT meaning into l_capacity_label from pa_lookups where lookup_type='PA_CAPC_AVL_LABELS' and lookup_code ='CAPACITY';
5304: SELECT meaning into l_availability_label from pa_lookups where lookup_type='PA_CAPC_AVL_LABELS' and lookup_code ='AVAILABILITY';
5305: END;
5306:
5307: l_where_to_place_counter := 0;

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

5300: PA_SCHEDULE_UTILS.log_message(1,'Initialization Begin');
5301:
5302: BEGIN
5303: SELECT meaning into l_capacity_label from pa_lookups where lookup_type='PA_CAPC_AVL_LABELS' and lookup_code ='CAPACITY';
5304: SELECT meaning into l_availability_label from pa_lookups where lookup_type='PA_CAPC_AVL_LABELS' and lookup_code ='AVAILABILITY';
5305: END;
5306:
5307: l_where_to_place_counter := 0;
5308: l_current_date := l_actual_display_start_date;