DBA Data[Home] [Help]

APPS.PA_BURDEN_COSTING dependencies on PA_BURDEN_SUM_RUN_S

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

547: l_profile_set_size := l_default_set_size ;
548: END IF;
549: /* Bug# 2255068
550: * pa_cc_utils.log_message('150:Get Exp Group and Run Id');
551: * select SUBSTRB(meaning,1,6), pa_burden_sum_run_s.nextval
552: * into exp_group, current_run_id
553: * from pa_lookups
554: * where lookup_type = 'BURDEN_ACCOUNTING'
555: * and lookup_code = 'BS'

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

795: /************ MOVED THE CODE HERE WHICH WAS AFTER THE IF-ENDIF LOGIC (5406802)***********/
796:
797: /*Bug#2255068: Run ids are generated once for each batch*/
798:
799: select SUBSTRB(meaning,1,6), pa_burden_sum_run_s.nextval
800: into exp_group, current_run_id
801: from pa_lookups
802: where lookup_type = 'BURDEN_ACCOUNTING'
803: and lookup_code = 'BS'

Line 2885: select pa_burden_sum_run_s.nextval

2881: IF PA_CLIENT_EXTN_BURDEN_SUMMARY.Same_Line_Burden_Cmt
2882: then null;
2883: else
2884:
2885: select pa_burden_sum_run_s.nextval
2886: into current_run_id
2887: from dual;
2888: /*
2889: * Bug 2838499: commented this stray sql. (nothing related to the bug.)