DBA Data[Home] [Help]

APPS.OE_OE_TOTALS_SUMMARY dependencies on OE_ID_TO_VALUE

Line 1173: x_rec_charges_tbl(i).charge_periodicity_meaning := OE_ID_TO_VALUE.Charge_Periodicity(l_code);

1169: OE_DEBUG_PUB.ADD('INSIDE LOOP FOR PERIODICITY_CODE :'||l_code,1);
1170: END IF;
1171:
1172: x_rec_charges_tbl(i).charge_periodicity_code := l_code;
1173: x_rec_charges_tbl(i).charge_periodicity_meaning := OE_ID_TO_VALUE.Charge_Periodicity(l_code);
1174:
1175:
1176: OE_OE_TOTALS_SUMMARY.GLOBAL_Rec_TOTALS
1177: (

Line 1255: x_rec_charges_tbl(i).charge_periodicity_meaning := OE_ID_TO_VALUE.Charge_Periodicity(l_code);

1251: END IF;
1252:
1253: x_rec_charges_tbl(i).charge_periodicity_code := l_code;
1254: IF (l_code <> 'ONE') THEN
1255: x_rec_charges_tbl(i).charge_periodicity_meaning := OE_ID_TO_VALUE.Charge_Periodicity(l_code);
1256: END IF;
1257:
1258: OE_OE_TOTALS_SUMMARY.GLOBAL_Rec_TOTALS
1259: (

Line 1367: x_rec_charges_tbl(i).charge_periodicity_meaning := OE_ID_TO_VALUE.Charge_Periodicity(l_code);

1363: END IF;
1364:
1365: x_rec_charges_tbl(i).charge_periodicity_code := l_code;
1366: IF (l_code <> 'ONE') THEN
1367: x_rec_charges_tbl(i).charge_periodicity_meaning := OE_ID_TO_VALUE.Charge_Periodicity(l_code);
1368: END IF;
1369: OPEN C_extended(p_header_id,p_line_id,p_line_number,l_code);
1370:
1371: LOOP-- inner loop added abghosh

Line 1514: G_RECURRING_AMOUNTS_TBL(i).charge_periodicity_meaning := OE_ID_TO_VALUE.Charge_Periodicity(l_code);

1510: LOOP
1511: FETCH c_charge_periodicity INTO l_code;
1512: EXIT WHEN c_charge_periodicity%NOTFOUND;
1513: G_RECURRING_AMOUNTS_TBL(i).charge_periodicity_code := l_code;
1514: G_RECURRING_AMOUNTS_TBL(i).charge_periodicity_meaning := OE_ID_TO_VALUE.Charge_Periodicity(l_code);
1515: G_RECURRING_AMOUNTS_TBL(i).recurring_amount := OE_HEADER_ADJ_UTIL.Get_Rec_Order_Adj_Total(l_header_id, p_price_adjustment_id, l_code);
1516:
1517: IF l_debug_level > 0 THEN
1518: oe_debug_pub.add('***************************************************************');