DBA Data[Home] [Help]

APPS.PA_BURDEN_COSTING dependencies on PA_COMMITMENT_TXNS_S

Line 2863: select pa_commitment_txns_s.nextval

2859: -- l_burden_cost is replaced by l_denom_burdened_cost <> 0 for bug 2324127
2860: if l_denom_burdened_cost <> 0 then
2861:
2862: begin
2863: select pa_commitment_txns_s.nextval
2864: into l_cmt_line_id
2865: from dual;
2866:
2867: -- Getting expenditure_item_date as the end_date for that pa period

Line 3059: select pa_commitment_txns_s.nextval

3055: -- Checking for l_burden_cost <> 0 rather than l_burden_cost > 0
3056: -- Replaced l_burden_cost by l_denom_burdened_cost for bug#2324127
3057: if l_denom_burdened_cost <> 0 then
3058: begin
3059: select pa_commitment_txns_s.nextval
3060: into l_cmt_line_id
3061: from dual;
3062:
3063: -- Getting expenditure_item_date as the end_date for that pa period