DBA Data[Home] [Help]

APPS.CSD_REPAIR_ESTIMATE_PVT dependencies on CSD_PROCESS_UTIL

Line 347: Csd_Process_Util.Check_Reqd_Param(p_param_value => p_repair_line_id,

343: Csd_Gen_Utility_Pvt.dump_api_info(p_pkg_name => G_PKG_NAME,
344: p_api_name => l_api_name);
345: END IF;
346: -- Check the required parameter
347: Csd_Process_Util.Check_Reqd_Param(p_param_value => p_repair_line_id,
348: p_param_name => 'REPAIR_LINE_ID',
349: p_api_name => l_api_name);
350:
351: IF (g_debug > 0)

Line 358: (Csd_Process_Util.Validate_rep_line_id(p_repair_line_id => p_repair_line_id))

354: END IF;
355:
356: -- Validate the repair line ID
357: IF NOT
358: (Csd_Process_Util.Validate_rep_line_id(p_repair_line_id => p_repair_line_id))
359: THEN
360: RAISE Fnd_Api.G_EXC_ERROR;
361: END IF;
362:

Line 660: Csd_Process_Util.Check_Reqd_Param(p_param_value => x_estimate_rec.repair_line_id,

656: Csd_Gen_Utility_Pvt.ADD('Check reqd parameter');
657: END IF;
658:
659: -- Check the required parameter
660: Csd_Process_Util.Check_Reqd_Param(p_param_value => x_estimate_rec.repair_line_id,
661: p_param_name => 'REPAIR_LINE_ID',
662: p_api_name => l_api_name);
663:
664: -- swai 11.5.10

Line 668: CSD_PROCESS_UTIL.Check_Reqd_Param

664: -- swai 11.5.10
665: -- remove validation since these are not required anymore
666: /*
667: -- Check the required parameter
668: CSD_PROCESS_UTIL.Check_Reqd_Param
669: ( p_param_value => x_estimate_rec.work_summary,
670: p_param_name => 'WORK_SUMMARY',
671: p_api_name => l_api_name);
672:

Line 674: CSD_PROCESS_UTIL.Check_Reqd_Param

670: p_param_name => 'WORK_SUMMARY',
671: p_api_name => l_api_name);
672:
673: -- Check the required parameter
674: CSD_PROCESS_UTIL.Check_Reqd_Param
675: ( p_param_value => x_estimate_rec.lead_time,
676: p_param_name => 'LEAD_TIME',
677: p_api_name => l_api_name);
678:

Line 680: CSD_PROCESS_UTIL.Check_Reqd_Param

676: p_param_name => 'LEAD_TIME',
677: p_api_name => l_api_name);
678:
679: -- Check the required parameter
680: CSD_PROCESS_UTIL.Check_Reqd_Param
681: ( p_param_value => x_estimate_rec.lead_time_uom,
682: p_param_name => 'LEAD_TIME_UOM',
683: p_api_name => l_api_name);
684: */

Line 687: Csd_Process_Util.Check_Reqd_Param(p_param_value => x_estimate_rec.estimate_status,

683: p_api_name => l_api_name);
684: */
685:
686: -- Check the required parameter
687: Csd_Process_Util.Check_Reqd_Param(p_param_value => x_estimate_rec.estimate_status,
688: p_param_name => 'ESTIMATE_STATUS',
689: p_api_name => l_api_name);
690:
691: IF (g_debug > 0)

Line 698: (Csd_Process_Util.Validate_rep_line_id(p_repair_line_id => x_estimate_rec.repair_line_id))

694: END IF;
695:
696: -- Validate the repair line ID
697: IF NOT
698: (Csd_Process_Util.Validate_rep_line_id(p_repair_line_id => x_estimate_rec.repair_line_id))
699: THEN
700: RAISE Fnd_Api.G_EXC_ERROR;
701: END IF;
702:

Line 944: Csd_Process_Util.Check_Reqd_Param(p_param_value => x_estimate_rec.repair_estimate_id,

940: x_estimate_rec.repair_estimate_id);
941: END IF;
942:
943: -- Check the required parameter
944: Csd_Process_Util.Check_Reqd_Param(p_param_value => x_estimate_rec.repair_estimate_id,
945: p_param_name => 'REPAIR_ESTIMATE_ID',
946: p_api_name => l_api_name);
947:
948: IF NVL(x_estimate_rec.repair_estimate_id, Fnd_Api.G_MISS_NUM) <>

Line 1193: Csd_Process_Util.Check_Reqd_Param(p_param_value => p_estimate_id,

1189: p_estimate_id);
1190: END IF;
1191:
1192: -- Check the required parameter
1193: Csd_Process_Util.Check_Reqd_Param(p_param_value => p_estimate_id,
1194: p_param_name => 'REPAIR_ESTIMATE_ID',
1195: p_api_name => l_api_name);
1196:
1197: IF (g_debug > 0)

Line 1204: (Csd_Process_Util.Validate_estimate_id(p_estimate_id => p_estimate_id))

1200: END IF;
1201:
1202: -- Validate the repair line ID
1203: IF NOT
1204: (Csd_Process_Util.Validate_estimate_id(p_estimate_id => p_estimate_id))
1205: THEN
1206: RAISE Fnd_Api.G_EXC_ERROR;
1207: END IF;
1208:

Line 1482: Csd_Process_Util.Check_Reqd_Param(p_param_value => x_estimate_line_rec.repair_line_id,

1478: x_estimate_line_rec.txn_billing_type_id);
1479: END IF;
1480:
1481: -- Check the required parameter
1482: Csd_Process_Util.Check_Reqd_Param(p_param_value => x_estimate_line_rec.repair_line_id,
1483: p_param_name => 'REPAIR_LINE_ID',
1484: p_api_name => l_api_name);
1485:
1486: -- Check the required parameter

Line 1487: Csd_Process_Util.Check_Reqd_Param(p_param_value => x_estimate_line_rec.txn_billing_type_id,

1483: p_param_name => 'REPAIR_LINE_ID',
1484: p_api_name => l_api_name);
1485:
1486: -- Check the required parameter
1487: Csd_Process_Util.Check_Reqd_Param(p_param_value => x_estimate_line_rec.txn_billing_type_id,
1488: p_param_name => 'TXN_BILLING_TYPE_ID',
1489: p_api_name => l_api_name);
1490:
1491: -- Check the required parameter

Line 1492: Csd_Process_Util.Check_Reqd_Param(p_param_value => x_estimate_line_rec.inventory_item_id,

1488: p_param_name => 'TXN_BILLING_TYPE_ID',
1489: p_api_name => l_api_name);
1490:
1491: -- Check the required parameter
1492: Csd_Process_Util.Check_Reqd_Param(p_param_value => x_estimate_line_rec.inventory_item_id,
1493: p_param_name => 'INVENTORY_ITEM_ID',
1494: p_api_name => l_api_name);
1495:
1496: -- Check the required parameter

Line 1497: Csd_Process_Util.Check_Reqd_Param(p_param_value => x_estimate_line_rec.unit_of_measure_code,

1493: p_param_name => 'INVENTORY_ITEM_ID',
1494: p_api_name => l_api_name);
1495:
1496: -- Check the required parameter
1497: Csd_Process_Util.Check_Reqd_Param(p_param_value => x_estimate_line_rec.unit_of_measure_code,
1498: p_param_name => 'UNIT_OF_MEASURE_CODE',
1499: p_api_name => l_api_name);
1500:
1501: -- Check the required parameter

Line 1502: Csd_Process_Util.Check_Reqd_Param(p_param_value => x_estimate_line_rec.estimate_quantity,

1498: p_param_name => 'UNIT_OF_MEASURE_CODE',
1499: p_api_name => l_api_name);
1500:
1501: -- Check the required parameter
1502: Csd_Process_Util.Check_Reqd_Param(p_param_value => x_estimate_line_rec.estimate_quantity,
1503: p_param_name => 'ESTIMATE_QUANTITY',
1504: p_api_name => l_api_name);
1505:
1506: -- Check the required parameter

Line 1507: Csd_Process_Util.Check_Reqd_Param(p_param_value => x_estimate_line_rec.price_list_id,

1503: p_param_name => 'ESTIMATE_QUANTITY',
1504: p_api_name => l_api_name);
1505:
1506: -- Check the required parameter
1507: Csd_Process_Util.Check_Reqd_Param(p_param_value => x_estimate_line_rec.price_list_id,
1508: p_param_name => 'PRICE_LIST_ID',
1509: p_api_name => l_api_name);
1510:
1511: IF (g_debug > 0)

Line 1518: (Csd_Process_Util.Validate_estimate_id(p_estimate_id => x_estimate_line_rec.repair_estimate_id))

1514: END IF;
1515:
1516: -- Validate the repair line ID
1517: IF NOT
1518: (Csd_Process_Util.Validate_estimate_id(p_estimate_id => x_estimate_line_rec.repair_estimate_id))
1519: THEN
1520: RAISE Fnd_Api.G_EXC_ERROR;
1521: END IF;
1522:

Line 1530: (Csd_Process_Util.Validate_rep_line_id(p_repair_line_id => x_estimate_line_rec.repair_line_id))

1526: END IF;
1527:
1528: -- Validate the repair line ID
1529: IF NOT
1530: (Csd_Process_Util.Validate_rep_line_id(p_repair_line_id => x_estimate_line_rec.repair_line_id))
1531: THEN
1532: RAISE Fnd_Api.G_EXC_ERROR;
1533: END IF;
1534:

Line 1557: -- l_bus_process_id := CSD_PROCESS_UTIL.GET_BUS_PROCESS(l_incident_id);

1553: END IF;
1554:
1555: -- Get the business process id
1556: -- Forward port bug fix# 2756313
1557: -- l_bus_process_id := CSD_PROCESS_UTIL.GET_BUS_PROCESS(l_incident_id);
1558:
1559: l_bus_process_id := Csd_Process_Util.GET_BUS_PROCESS(x_estimate_line_rec.repair_line_id);
1560:
1561: IF (g_debug > 0)

Line 1559: l_bus_process_id := Csd_Process_Util.GET_BUS_PROCESS(x_estimate_line_rec.repair_line_id);

1555: -- Get the business process id
1556: -- Forward port bug fix# 2756313
1557: -- l_bus_process_id := CSD_PROCESS_UTIL.GET_BUS_PROCESS(l_incident_id);
1558:
1559: l_bus_process_id := Csd_Process_Util.GET_BUS_PROCESS(x_estimate_line_rec.repair_line_id);
1560:
1561: IF (g_debug > 0)
1562: THEN
1563: Csd_Gen_Utility_Pvt.ADD('l_bus_process_id =' ||

Line 1683: Csd_Process_Util.GET_LINE_TYPE(p_txn_billing_type_id => x_estimate_line_rec.txn_billing_type_id,

1679: END IF;
1680:
1681: -- Derive the txn_billing type and line category code
1682: -- from the transaction type
1683: Csd_Process_Util.GET_LINE_TYPE(p_txn_billing_type_id => x_estimate_line_rec.txn_billing_type_id,
1684: -- Following line commented (and substituted) for the bug 3337344.
1685: -- p_org_id => x_estimate_line_rec.organization_id,
1686: -- Organization_id passed could really be Service Validation Org, whereas
1687: -- it should really be Operating Unit. CSD_PROCESS_UTIL.get_org_id procedure

Line 1687: -- it should really be Operating Unit. CSD_PROCESS_UTIL.get_org_id procedure

1683: Csd_Process_Util.GET_LINE_TYPE(p_txn_billing_type_id => x_estimate_line_rec.txn_billing_type_id,
1684: -- Following line commented (and substituted) for the bug 3337344.
1685: -- p_org_id => x_estimate_line_rec.organization_id,
1686: -- Organization_id passed could really be Service Validation Org, whereas
1687: -- it should really be Operating Unit. CSD_PROCESS_UTIL.get_org_id procedure
1688: -- ensures that the OU is passed.
1689: p_org_id => Csd_Process_Util.get_org_id(x_estimate_line_rec.incident_id),
1690: x_line_type_id => l_line_type_id,
1691: x_line_category_code => l_line_category_code,

Line 1689: p_org_id => Csd_Process_Util.get_org_id(x_estimate_line_rec.incident_id),

1685: -- p_org_id => x_estimate_line_rec.organization_id,
1686: -- Organization_id passed could really be Service Validation Org, whereas
1687: -- it should really be Operating Unit. CSD_PROCESS_UTIL.get_org_id procedure
1688: -- ensures that the OU is passed.
1689: p_org_id => Csd_Process_Util.get_org_id(x_estimate_line_rec.incident_id),
1690: x_line_type_id => l_line_type_id,
1691: x_line_category_code => l_line_category_code,
1692: x_return_status => x_return_status);
1693:

Line 1817: Csd_Process_Util.CONVERT_EST_TO_CHG_REC(p_estimate_line_rec => x_estimate_line_rec,

1813: x_estimate_line_rec.interface_to_om_flag := 'N';
1814:
1815: -- Convert the estimate record to
1816: -- charge record
1817: Csd_Process_Util.CONVERT_EST_TO_CHG_REC(p_estimate_line_rec => x_estimate_line_rec,
1818: x_charges_rec => l_Charges_Rec,
1819: x_return_status => x_return_status);
1820:
1821: IF NOT (x_return_status = Fnd_Api.G_RET_STS_SUCCESS)

Line 2027: Csd_Process_Util.Check_Reqd_Param(p_param_value => x_estimate_line_rec.repair_estimate_line_id,

2023: x_estimate_line_rec.repair_estimate_line_id);
2024: END IF;
2025:
2026: -- Check the required parameter
2027: Csd_Process_Util.Check_Reqd_Param(p_param_value => x_estimate_line_rec.repair_estimate_line_id,
2028: p_param_name => 'ESTIMATE_LINE_ID',
2029: p_api_name => l_api_name);
2030:
2031: IF (g_debug > 0)

Line 2038: (Csd_Process_Util.Validate_estimate_line_id(p_estimate_line_id => x_estimate_line_rec.repair_estimate_line_id))

2034: END IF;
2035:
2036: -- Validate the repair line ID
2037: IF NOT
2038: (Csd_Process_Util.Validate_estimate_line_id(p_estimate_line_id => x_estimate_line_rec.repair_estimate_line_id))
2039: THEN
2040: RAISE Fnd_Api.G_EXC_ERROR;
2041: END IF;
2042:

Line 2194: Csd_Process_Util.CONVERT_EST_TO_CHG_REC(p_estimate_line_rec => x_estimate_line_rec,

2190: THEN
2191: Csd_Gen_Utility_Pvt.ADD('Convert estimate to charges rec');
2192: END IF;
2193:
2194: Csd_Process_Util.CONVERT_EST_TO_CHG_REC(p_estimate_line_rec => x_estimate_line_rec,
2195: x_charges_rec => l_Charges_Rec,
2196: x_return_status => x_return_status);
2197:
2198: IF NOT (x_return_status = Fnd_Api.G_RET_STS_SUCCESS)

Line 2202: Csd_Gen_Utility_Pvt.ADD('csd_process_util.convert_to_chg_rec failed');

2198: IF NOT (x_return_status = Fnd_Api.G_RET_STS_SUCCESS)
2199: THEN
2200: IF (g_debug > 0)
2201: THEN
2202: Csd_Gen_Utility_Pvt.ADD('csd_process_util.convert_to_chg_rec failed');
2203: END IF;
2204:
2205: RAISE Fnd_Api.G_EXC_ERROR;
2206: END IF;

Line 2389: Csd_Process_Util.Check_Reqd_Param(p_param_value => p_estimate_line_id,

2385: p_estimate_line_id);
2386: END IF;
2387:
2388: -- Check the required parameter
2389: Csd_Process_Util.Check_Reqd_Param(p_param_value => p_estimate_line_id,
2390: p_param_name => 'REPAIR_ESTIMATE_LINE_ID',
2391: p_api_name => l_api_name);
2392:
2393: IF (g_debug > 0)

Line 2400: (Csd_Process_Util.Validate_estimate_line_id(p_estimate_line_id => p_estimate_line_id))

2396: END IF;
2397:
2398: -- Validate the repair line ID
2399: IF NOT
2400: (Csd_Process_Util.Validate_estimate_line_id(p_estimate_line_id => p_estimate_line_id))
2401: THEN
2402: RAISE Fnd_Api.G_EXC_ERROR;
2403: END IF;
2404:

Line 3299: Csd_Process_Util.Check_Reqd_Param(p_param_value => p_repair_line_id,

3295: lc_mod_name,
3296: 'Checking required parameters');
3297: END IF;
3298:
3299: Csd_Process_Util.Check_Reqd_Param(p_param_value => p_repair_line_id,
3300: p_param_name => 'REPAIR_LINE_ID',
3301: p_api_name => lc_api_name);
3302:
3303: Csd_Process_Util.Check_Reqd_Param(p_param_value => p_estimate_id,

Line 3303: Csd_Process_Util.Check_Reqd_Param(p_param_value => p_estimate_id,

3299: Csd_Process_Util.Check_Reqd_Param(p_param_value => p_repair_line_id,
3300: p_param_name => 'REPAIR_LINE_ID',
3301: p_api_name => lc_api_name);
3302:
3303: Csd_Process_Util.Check_Reqd_Param(p_param_value => p_estimate_id,
3304: p_param_name => 'ESTIMATE_ID',
3305: p_api_name => lc_api_name);
3306:
3307: Csd_Process_Util.Check_Reqd_Param(p_param_value => p_repair_type_id,

Line 3307: Csd_Process_Util.Check_Reqd_Param(p_param_value => p_repair_type_id,

3303: Csd_Process_Util.Check_Reqd_Param(p_param_value => p_estimate_id,
3304: p_param_name => 'ESTIMATE_ID',
3305: p_api_name => lc_api_name);
3306:
3307: Csd_Process_Util.Check_Reqd_Param(p_param_value => p_repair_type_id,
3308: p_param_name => 'REPAIR_TYPE_ID',
3309: p_api_name => lc_api_name);
3310:
3311: Csd_Process_Util.Check_Reqd_Param(p_param_value => p_business_process_id,

Line 3311: Csd_Process_Util.Check_Reqd_Param(p_param_value => p_business_process_id,

3307: Csd_Process_Util.Check_Reqd_Param(p_param_value => p_repair_type_id,
3308: p_param_name => 'REPAIR_TYPE_ID',
3309: p_api_name => lc_api_name);
3310:
3311: Csd_Process_Util.Check_Reqd_Param(p_param_value => p_business_process_id,
3312: p_param_name => 'BUSINESS_PROCESS_ID',
3313: p_api_name => lc_api_name);
3314:
3315: Csd_Process_Util.Check_Reqd_Param(p_param_value => p_currency_code,

Line 3315: Csd_Process_Util.Check_Reqd_Param(p_param_value => p_currency_code,

3311: Csd_Process_Util.Check_Reqd_Param(p_param_value => p_business_process_id,
3312: p_param_name => 'BUSINESS_PROCESS_ID',
3313: p_api_name => lc_api_name);
3314:
3315: Csd_Process_Util.Check_Reqd_Param(p_param_value => p_currency_code,
3316: p_param_name => 'CURRENCY_CODE',
3317: p_api_name => lc_api_name);
3318:
3319: Csd_Process_Util.Check_Reqd_Param(p_param_value => p_incident_id,

Line 3319: Csd_Process_Util.Check_Reqd_Param(p_param_value => p_incident_id,

3315: Csd_Process_Util.Check_Reqd_Param(p_param_value => p_currency_code,
3316: p_param_name => 'CURRENCY_CODE',
3317: p_api_name => lc_api_name);
3318:
3319: Csd_Process_Util.Check_Reqd_Param(p_param_value => p_incident_id,
3320: p_param_name => 'INCIDENT_ID',
3321: p_api_name => lc_api_name);
3322:
3323: Csd_Process_Util.Check_Reqd_Param(p_param_value => p_repair_mode,

Line 3323: Csd_Process_Util.Check_Reqd_Param(p_param_value => p_repair_mode,

3319: Csd_Process_Util.Check_Reqd_Param(p_param_value => p_incident_id,
3320: p_param_name => 'INCIDENT_ID',
3321: p_api_name => lc_api_name);
3322:
3323: Csd_Process_Util.Check_Reqd_Param(p_param_value => p_repair_mode,
3324: p_param_name => 'REPAIR_MODE',
3325: p_api_name => lc_api_name);
3326:
3327: Csd_Process_Util.Check_Reqd_Param(p_param_value => p_inventory_item_id,

Line 3327: Csd_Process_Util.Check_Reqd_Param(p_param_value => p_inventory_item_id,

3323: Csd_Process_Util.Check_Reqd_Param(p_param_value => p_repair_mode,
3324: p_param_name => 'REPAIR_MODE',
3325: p_api_name => lc_api_name);
3326:
3327: Csd_Process_Util.Check_Reqd_Param(p_param_value => p_inventory_item_id,
3328: p_param_name => 'INVENTORY_ITEM_ID',
3329: p_api_name => lc_api_name);
3330:
3331: Csd_Process_Util.Check_Reqd_Param(p_param_value => p_organization_id,

Line 3331: Csd_Process_Util.Check_Reqd_Param(p_param_value => p_organization_id,

3327: Csd_Process_Util.Check_Reqd_Param(p_param_value => p_inventory_item_id,
3328: p_param_name => 'INVENTORY_ITEM_ID',
3329: p_api_name => lc_api_name);
3330:
3331: Csd_Process_Util.Check_Reqd_Param(p_param_value => p_organization_id,
3332: p_param_name => 'ORGANIZATION_ID',
3333: p_api_name => lc_api_name);
3334:
3335: -- Check number of service codes to get mle lines for

Line 4093: by calling CSD_PROCESS_UTIL.GET_CHARGE_SELLING_PRICE API.

4089: -- They do not select the list_price from the QP view.
4090: -- The reference to QP view is removed from the FROM part of statements.
4091: -- All joins for the QP view commented in the WHERE clause.
4092: -- The selling price is derived in the Convert_to_est_lines procedure
4093: by calling CSD_PROCESS_UTIL.GET_CHARGE_SELLING_PRICE API.
4094:
4095: -- Cursor gets:
4096: -- Information to create material lines from task groups attached to
4097: -- srvice codes linked to the repair line id.

Line 5346: by calling CSD_PROCESS_UTIL.GET_CHARGE_SELLING_PRICE API.

5342: -- They do not select the list_price from the QP view.
5343: -- The reference to QP view is removed from the FROM part of statements.
5344: -- All joins for the QP view commented in the WHERE clause.
5345: -- The selling price is derived in the Convert_to_est_lines procedure
5346: by calling CSD_PROCESS_UTIL.GET_CHARGE_SELLING_PRICE API.
5347:
5348: cursor c_material_lines_from_bom (p_repair_line_id NUMBER,
5349: p_repair_type_id NUMBER,
5350: p_price_list_id NUMBER) is

Line 6025: l_pricing_rec Csd_Process_Util.pricing_attr_rec;

6021: l_msg_count NUMBER;
6022: l_msg_data VARCHAR2(2000);
6023:
6024: -- Pricing attributes
6025: l_pricing_rec Csd_Process_Util.pricing_attr_rec;
6026: --bug#3875036
6027: l_account_id NUMBER := NULL;
6028:
6029: -- cursors --

Line 6151: 'Calling CSD_PROCESS_UTIL.get_charge_selling_price');

6147: Fnd_Log.G_Current_Runtime_Level)
6148: THEN
6149: Fnd_Log.STRING(Fnd_Log.Level_Procedure,
6150: lc_mod_name,
6151: 'Calling CSD_PROCESS_UTIL.get_charge_selling_price');
6152: END IF;
6153:
6154: Csd_Process_Util.GET_CHARGE_SELLING_PRICE(p_inventory_item_id => p_MLE_lines_tbl(i)
6155: .inventory_item_id,

Line 6154: Csd_Process_Util.GET_CHARGE_SELLING_PRICE(p_inventory_item_id => p_MLE_lines_tbl(i)

6150: lc_mod_name,
6151: 'Calling CSD_PROCESS_UTIL.get_charge_selling_price');
6152: END IF;
6153:
6154: Csd_Process_Util.GET_CHARGE_SELLING_PRICE(p_inventory_item_id => p_MLE_lines_tbl(i)
6155: .inventory_item_id,
6156: p_price_list_header_id => p_price_list_id,
6157: p_unit_of_measure_code => p_MLE_lines_tbl(i).uom,
6158: p_currency_code => p_currency_code,

Line 6172: 'Returned from CSD_PROCESS_UTIL.get_charge_selling_price');

6168: Fnd_Log.G_Current_Runtime_Level)
6169: THEN
6170: Fnd_Log.STRING(Fnd_Log.Level_Procedure,
6171: lc_mod_name,
6172: 'Returned from CSD_PROCESS_UTIL.get_charge_selling_price');
6173: END IF;
6174: IF (Fnd_Log.Level_Statement >=
6175: Fnd_Log.G_Current_Runtime_Level)
6176: THEN

Line 6189: 'Exception FND_API.G_EXC_ERROR occurred in CSD_PROCESS_UTIL.get_charge_selling_price');

6185: Fnd_Log.G_Current_Runtime_Level)
6186: THEN
6187: Fnd_Log.STRING(Fnd_Log.Level_Procedure,
6188: lc_mod_name,
6189: 'Exception FND_API.G_EXC_ERROR occurred in CSD_PROCESS_UTIL.get_charge_selling_price');
6190: END IF;
6191: WHEN OTHERS THEN
6192: l_return_status := Fnd_Api.G_RET_STS_ERROR;
6193: IF (Fnd_Log.Level_Procedure >=

Line 6198: 'Exception OTHERS occurred in CSD_PROCESS_UTIL.get_charge_selling_price');

6194: Fnd_Log.G_Current_Runtime_Level)
6195: THEN
6196: Fnd_Log.STRING(Fnd_Log.Level_Procedure,
6197: lc_mod_name,
6198: 'Exception OTHERS occurred in CSD_PROCESS_UTIL.get_charge_selling_price');
6199: END IF;
6200: END;
6201:
6202: IF (l_return_status <> Fnd_Api.G_RET_STS_SUCCESS) OR

Line 6304: l_no_charge_flag := Csd_Process_Util.Get_No_Chg_Flag(p_MLE_lines_tbl(i)

6300: Fnd_Log.STRING(Fnd_Log.Level_Procedure,
6301: lc_mod_name,
6302: 'Getting no charge flag to determine extended price');
6303: END IF;
6304: l_no_charge_flag := Csd_Process_Util.Get_No_Chg_Flag(p_MLE_lines_tbl(i)
6305: .txn_billing_type_id);
6306: IF (NVL(l_no_charge_flag, 'N') = 'Y')
6307: THEN
6308: l_ext_price := 0;