DBA Data[Home] [Help]

APPS.PA_BURDEN_COSTING dependencies on PA_BURDEN_SUM_RUN_S

Line 555: * select SUBSTRB(meaning,1,6), pa_burden_sum_run_s.nextval

551: l_profile_set_size := l_default_set_size ;
552: END IF;
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'

Line 803: select SUBSTRB(meaning,1,6), pa_burden_sum_run_s.nextval

799: /************ MOVED THE CODE HERE WHICH WAS AFTER THE IF-ENDIF LOGIC (5406802)***********/
800:
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'

Line 2741: select pa_burden_sum_run_s.nextval

2737: IF PA_CLIENT_EXTN_BURDEN_SUMMARY.Same_Line_Burden_Cmt
2738: then null;
2739: else
2740:
2741: select pa_burden_sum_run_s.nextval
2742: into current_run_id
2743: from dual;
2744: /*
2745: * Bug 2838499: commented this stray sql. (nothing related to the bug.)