DBA Data[Home] [Help]

APPS.PA_BURDEN_COSTING dependencies on PA_LOOKUPS

Line 557: * from pa_lookups

553: /* Bug# 2255068
554: * pa_cc_utils.log_message('150:Get Exp Group and Run Id');
555: * select SUBSTRB(meaning,1,6), pa_burden_sum_run_s.nextval
556: * into exp_group, current_run_id
557: * from pa_lookups
558: * where lookup_type = 'BURDEN_ACCOUNTING'
559: * and lookup_code = 'BS'
560: * and sysdate between start_date_active and nvl(end_date_active,sysdate);
561: * exp_group := exp_group||current_run_id;

Line 805: from pa_lookups

801: /*Bug#2255068: Run ids are generated once for each batch*/
802:
803: select SUBSTRB(meaning,1,6), pa_burden_sum_run_s.nextval
804: into exp_group, current_run_id
805: from pa_lookups
806: where lookup_type = 'BURDEN_ACCOUNTING'
807: and lookup_code = 'BS'
808: and sysdate between start_date_active and nvl(end_date_active,sysdate);
809: