DBA Data[Home] [Help]

APPS.PA_BURDEN_COSTING dependencies on PA_COMMITMENT_TXNS_S

Line 3007: select pa_commitment_txns_s.nextval

3003: -- l_burden_cost is replaced by l_denom_burdened_cost <> 0 for bug 2324127
3004: if l_denom_burdened_cost <> 0 then
3005:
3006: begin
3007: select pa_commitment_txns_s.nextval
3008: into l_cmt_line_id
3009: from dual;
3010:
3011: -- Getting expenditure_item_date as the end_date for that pa period

Line 3203: select pa_commitment_txns_s.nextval

3199: -- Checking for l_burden_cost <> 0 rather than l_burden_cost > 0
3200: -- Replaced l_burden_cost by l_denom_burdened_cost for bug#2324127
3201: if l_denom_burdened_cost <> 0 then
3202: begin
3203: select pa_commitment_txns_s.nextval
3204: into l_cmt_line_id
3205: from dual;
3206:
3207: -- Getting expenditure_item_date as the end_date for that pa period