DBA Data[Home] [Help]

APPS.CSD_REPAIR_ESTIMATE_PVT dependencies on CSD_PROCESS_UTIL

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

354: Csd_Gen_Utility_Pvt.dump_api_info(p_pkg_name => G_PKG_NAME,
355: p_api_name => l_api_name);
356: END IF;
357: -- Check the required parameter
358: Csd_Process_Util.Check_Reqd_Param(p_param_value => p_repair_line_id,
359: p_param_name => 'REPAIR_LINE_ID',
360: p_api_name => l_api_name);
361:
362: IF (g_debug > 0)

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

365: END IF;
366:
367: -- Validate the repair line ID
368: IF NOT
369: (Csd_Process_Util.Validate_rep_line_id(p_repair_line_id => p_repair_line_id))
370: THEN
371: RAISE Fnd_Api.G_EXC_ERROR;
372: END IF;
373:

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

667: Csd_Gen_Utility_Pvt.ADD('Check reqd parameter');
668: END IF;
669:
670: -- Check the required parameter
671: Csd_Process_Util.Check_Reqd_Param(p_param_value => x_estimate_rec.repair_line_id,
672: p_param_name => 'REPAIR_LINE_ID',
673: p_api_name => l_api_name);
674:
675: -- swai 11.5.10

Line 679: CSD_PROCESS_UTIL.Check_Reqd_Param

675: -- swai 11.5.10
676: -- remove validation since these are not required anymore
677: /*
678: -- Check the required parameter
679: CSD_PROCESS_UTIL.Check_Reqd_Param
680: ( p_param_value => x_estimate_rec.work_summary,
681: p_param_name => 'WORK_SUMMARY',
682: p_api_name => l_api_name);
683:

Line 685: CSD_PROCESS_UTIL.Check_Reqd_Param

681: p_param_name => 'WORK_SUMMARY',
682: p_api_name => l_api_name);
683:
684: -- Check the required parameter
685: CSD_PROCESS_UTIL.Check_Reqd_Param
686: ( p_param_value => x_estimate_rec.lead_time,
687: p_param_name => 'LEAD_TIME',
688: p_api_name => l_api_name);
689:

Line 691: CSD_PROCESS_UTIL.Check_Reqd_Param

687: p_param_name => 'LEAD_TIME',
688: p_api_name => l_api_name);
689:
690: -- Check the required parameter
691: CSD_PROCESS_UTIL.Check_Reqd_Param
692: ( p_param_value => x_estimate_rec.lead_time_uom,
693: p_param_name => 'LEAD_TIME_UOM',
694: p_api_name => l_api_name);
695: */

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

694: p_api_name => l_api_name);
695: */
696:
697: -- Check the required parameter
698: Csd_Process_Util.Check_Reqd_Param(p_param_value => x_estimate_rec.estimate_status,
699: p_param_name => 'ESTIMATE_STATUS',
700: p_api_name => l_api_name);
701:
702: IF (g_debug > 0)

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

705: END IF;
706:
707: -- Validate the repair line ID
708: IF NOT
709: (Csd_Process_Util.Validate_rep_line_id(p_repair_line_id => x_estimate_rec.repair_line_id))
710: THEN
711: RAISE Fnd_Api.G_EXC_ERROR;
712: END IF;
713:

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

951: x_estimate_rec.repair_estimate_id);
952: END IF;
953:
954: -- Check the required parameter
955: Csd_Process_Util.Check_Reqd_Param(p_param_value => x_estimate_rec.repair_estimate_id,
956: p_param_name => 'REPAIR_ESTIMATE_ID',
957: p_api_name => l_api_name);
958:
959: IF NVL(x_estimate_rec.repair_estimate_id, Fnd_Api.G_MISS_NUM) <>

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

1200: p_estimate_id);
1201: END IF;
1202:
1203: -- Check the required parameter
1204: Csd_Process_Util.Check_Reqd_Param(p_param_value => p_estimate_id,
1205: p_param_name => 'REPAIR_ESTIMATE_ID',
1206: p_api_name => l_api_name);
1207:
1208: IF (g_debug > 0)

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

1211: END IF;
1212:
1213: -- Validate the repair line ID
1214: IF NOT
1215: (Csd_Process_Util.Validate_estimate_id(p_estimate_id => p_estimate_id))
1216: THEN
1217: RAISE Fnd_Api.G_EXC_ERROR;
1218: END IF;
1219:

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

1489: x_estimate_line_rec.txn_billing_type_id);
1490: END IF;
1491:
1492: -- Check the required parameter
1493: Csd_Process_Util.Check_Reqd_Param(p_param_value => x_estimate_line_rec.repair_line_id,
1494: p_param_name => 'REPAIR_LINE_ID',
1495: p_api_name => l_api_name);
1496:
1497: -- Check the required parameter

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

1494: p_param_name => 'REPAIR_LINE_ID',
1495: p_api_name => l_api_name);
1496:
1497: -- Check the required parameter
1498: Csd_Process_Util.Check_Reqd_Param(p_param_value => x_estimate_line_rec.txn_billing_type_id,
1499: p_param_name => 'TXN_BILLING_TYPE_ID',
1500: p_api_name => l_api_name);
1501:
1502: -- Check the required parameter

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

1499: p_param_name => 'TXN_BILLING_TYPE_ID',
1500: p_api_name => l_api_name);
1501:
1502: -- Check the required parameter
1503: Csd_Process_Util.Check_Reqd_Param(p_param_value => x_estimate_line_rec.inventory_item_id,
1504: p_param_name => 'INVENTORY_ITEM_ID',
1505: p_api_name => l_api_name);
1506:
1507: -- Check the required parameter

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

1504: p_param_name => 'INVENTORY_ITEM_ID',
1505: p_api_name => l_api_name);
1506:
1507: -- Check the required parameter
1508: Csd_Process_Util.Check_Reqd_Param(p_param_value => x_estimate_line_rec.unit_of_measure_code,
1509: p_param_name => 'UNIT_OF_MEASURE_CODE',
1510: p_api_name => l_api_name);
1511:
1512: -- Check the required parameter

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

1509: p_param_name => 'UNIT_OF_MEASURE_CODE',
1510: p_api_name => l_api_name);
1511:
1512: -- Check the required parameter
1513: Csd_Process_Util.Check_Reqd_Param(p_param_value => x_estimate_line_rec.estimate_quantity,
1514: p_param_name => 'ESTIMATE_QUANTITY',
1515: p_api_name => l_api_name);
1516:
1517: -- Check the required parameter

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

1514: p_param_name => 'ESTIMATE_QUANTITY',
1515: p_api_name => l_api_name);
1516:
1517: -- Check the required parameter
1518: Csd_Process_Util.Check_Reqd_Param(p_param_value => x_estimate_line_rec.price_list_id,
1519: p_param_name => 'PRICE_LIST_ID',
1520: p_api_name => l_api_name);
1521:
1522: IF (g_debug > 0)

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

1525: END IF;
1526:
1527: -- Validate the repair line ID
1528: IF NOT
1529: (Csd_Process_Util.Validate_estimate_id(p_estimate_id => x_estimate_line_rec.repair_estimate_id))
1530: THEN
1531: RAISE Fnd_Api.G_EXC_ERROR;
1532: END IF;
1533:

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

1537: END IF;
1538:
1539: -- Validate the repair line ID
1540: IF NOT
1541: (Csd_Process_Util.Validate_rep_line_id(p_repair_line_id => x_estimate_line_rec.repair_line_id))
1542: THEN
1543: RAISE Fnd_Api.G_EXC_ERROR;
1544: END IF;
1545:

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

1564: END IF;
1565:
1566: -- Get the business process id
1567: -- Forward port bug fix# 2756313
1568: -- l_bus_process_id := CSD_PROCESS_UTIL.GET_BUS_PROCESS(l_incident_id);
1569:
1570: l_bus_process_id := Csd_Process_Util.GET_BUS_PROCESS(x_estimate_line_rec.repair_line_id);
1571:
1572: IF (g_debug > 0)

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

1566: -- Get the business process id
1567: -- Forward port bug fix# 2756313
1568: -- l_bus_process_id := CSD_PROCESS_UTIL.GET_BUS_PROCESS(l_incident_id);
1569:
1570: l_bus_process_id := Csd_Process_Util.GET_BUS_PROCESS(x_estimate_line_rec.repair_line_id);
1571:
1572: IF (g_debug > 0)
1573: THEN
1574: Csd_Gen_Utility_Pvt.ADD('l_bus_process_id =' ||

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

1690: END IF;
1691:
1692: -- Derive the txn_billing type and line category code
1693: -- from the transaction type
1694: Csd_Process_Util.GET_LINE_TYPE(p_txn_billing_type_id => x_estimate_line_rec.txn_billing_type_id,
1695: -- Following line commented (and substituted) for the bug 3337344.
1696: -- p_org_id => x_estimate_line_rec.organization_id,
1697: -- Organization_id passed could really be Service Validation Org, whereas
1698: -- it should really be Operating Unit. CSD_PROCESS_UTIL.get_org_id procedure

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

1694: Csd_Process_Util.GET_LINE_TYPE(p_txn_billing_type_id => x_estimate_line_rec.txn_billing_type_id,
1695: -- Following line commented (and substituted) for the bug 3337344.
1696: -- p_org_id => x_estimate_line_rec.organization_id,
1697: -- Organization_id passed could really be Service Validation Org, whereas
1698: -- it should really be Operating Unit. CSD_PROCESS_UTIL.get_org_id procedure
1699: -- ensures that the OU is passed.
1700: p_org_id => Csd_Process_Util.get_org_id(x_estimate_line_rec.incident_id),
1701: x_line_type_id => l_line_type_id,
1702: x_line_category_code => l_line_category_code,

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

1696: -- p_org_id => x_estimate_line_rec.organization_id,
1697: -- Organization_id passed could really be Service Validation Org, whereas
1698: -- it should really be Operating Unit. CSD_PROCESS_UTIL.get_org_id procedure
1699: -- ensures that the OU is passed.
1700: p_org_id => Csd_Process_Util.get_org_id(x_estimate_line_rec.incident_id),
1701: x_line_type_id => l_line_type_id,
1702: x_line_category_code => l_line_category_code,
1703: x_return_status => x_return_status);
1704:

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

1824: x_estimate_line_rec.interface_to_om_flag := 'N';
1825:
1826: -- Convert the estimate record to
1827: -- charge record
1828: Csd_Process_Util.CONVERT_EST_TO_CHG_REC(p_estimate_line_rec => x_estimate_line_rec,
1829: x_charges_rec => l_Charges_Rec,
1830: x_return_status => x_return_status);
1831:
1832: IF NOT (x_return_status = Fnd_Api.G_RET_STS_SUCCESS)

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

2034: x_estimate_line_rec.repair_estimate_line_id);
2035: END IF;
2036:
2037: -- Check the required parameter
2038: Csd_Process_Util.Check_Reqd_Param(p_param_value => x_estimate_line_rec.repair_estimate_line_id,
2039: p_param_name => 'ESTIMATE_LINE_ID',
2040: p_api_name => l_api_name);
2041:
2042: IF (g_debug > 0)

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

2045: END IF;
2046:
2047: -- Validate the repair line ID
2048: IF NOT
2049: (Csd_Process_Util.Validate_estimate_line_id(p_estimate_line_id => x_estimate_line_rec.repair_estimate_line_id))
2050: THEN
2051: RAISE Fnd_Api.G_EXC_ERROR;
2052: END IF;
2053:

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

2201: THEN
2202: Csd_Gen_Utility_Pvt.ADD('Convert estimate to charges rec');
2203: END IF;
2204:
2205: Csd_Process_Util.CONVERT_EST_TO_CHG_REC(p_estimate_line_rec => x_estimate_line_rec,
2206: x_charges_rec => l_Charges_Rec,
2207: x_return_status => x_return_status);
2208:
2209: IF NOT (x_return_status = Fnd_Api.G_RET_STS_SUCCESS)

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

2209: IF NOT (x_return_status = Fnd_Api.G_RET_STS_SUCCESS)
2210: THEN
2211: IF (g_debug > 0)
2212: THEN
2213: Csd_Gen_Utility_Pvt.ADD('csd_process_util.convert_to_chg_rec failed');
2214: END IF;
2215:
2216: RAISE Fnd_Api.G_EXC_ERROR;
2217: END IF;

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

2396: p_estimate_line_id);
2397: END IF;
2398:
2399: -- Check the required parameter
2400: Csd_Process_Util.Check_Reqd_Param(p_param_value => p_estimate_line_id,
2401: p_param_name => 'REPAIR_ESTIMATE_LINE_ID',
2402: p_api_name => l_api_name);
2403:
2404: IF (g_debug > 0)

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

2407: END IF;
2408:
2409: -- Validate the repair line ID
2410: IF NOT
2411: (Csd_Process_Util.Validate_estimate_line_id(p_estimate_line_id => p_estimate_line_id))
2412: THEN
2413: RAISE Fnd_Api.G_EXC_ERROR;
2414: END IF;
2415:

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

3317: lc_mod_name,
3318: 'Checking required parameters');
3319: END IF;
3320:
3321: Csd_Process_Util.Check_Reqd_Param(p_param_value => p_repair_line_id,
3322: p_param_name => 'REPAIR_LINE_ID',
3323: p_api_name => lc_api_name);
3324:
3325: Csd_Process_Util.Check_Reqd_Param(p_param_value => p_estimate_id,

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

3321: Csd_Process_Util.Check_Reqd_Param(p_param_value => p_repair_line_id,
3322: p_param_name => 'REPAIR_LINE_ID',
3323: p_api_name => lc_api_name);
3324:
3325: Csd_Process_Util.Check_Reqd_Param(p_param_value => p_estimate_id,
3326: p_param_name => 'ESTIMATE_ID',
3327: p_api_name => lc_api_name);
3328:
3329: Csd_Process_Util.Check_Reqd_Param(p_param_value => p_repair_type_id,

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

3325: Csd_Process_Util.Check_Reqd_Param(p_param_value => p_estimate_id,
3326: p_param_name => 'ESTIMATE_ID',
3327: p_api_name => lc_api_name);
3328:
3329: Csd_Process_Util.Check_Reqd_Param(p_param_value => p_repair_type_id,
3330: p_param_name => 'REPAIR_TYPE_ID',
3331: p_api_name => lc_api_name);
3332:
3333: Csd_Process_Util.Check_Reqd_Param(p_param_value => p_business_process_id,

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

3329: Csd_Process_Util.Check_Reqd_Param(p_param_value => p_repair_type_id,
3330: p_param_name => 'REPAIR_TYPE_ID',
3331: p_api_name => lc_api_name);
3332:
3333: Csd_Process_Util.Check_Reqd_Param(p_param_value => p_business_process_id,
3334: p_param_name => 'BUSINESS_PROCESS_ID',
3335: p_api_name => lc_api_name);
3336:
3337: Csd_Process_Util.Check_Reqd_Param(p_param_value => p_currency_code,

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

3333: Csd_Process_Util.Check_Reqd_Param(p_param_value => p_business_process_id,
3334: p_param_name => 'BUSINESS_PROCESS_ID',
3335: p_api_name => lc_api_name);
3336:
3337: Csd_Process_Util.Check_Reqd_Param(p_param_value => p_currency_code,
3338: p_param_name => 'CURRENCY_CODE',
3339: p_api_name => lc_api_name);
3340:
3341: Csd_Process_Util.Check_Reqd_Param(p_param_value => p_incident_id,

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

3337: Csd_Process_Util.Check_Reqd_Param(p_param_value => p_currency_code,
3338: p_param_name => 'CURRENCY_CODE',
3339: p_api_name => lc_api_name);
3340:
3341: Csd_Process_Util.Check_Reqd_Param(p_param_value => p_incident_id,
3342: p_param_name => 'INCIDENT_ID',
3343: p_api_name => lc_api_name);
3344:
3345: Csd_Process_Util.Check_Reqd_Param(p_param_value => p_repair_mode,

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

3341: Csd_Process_Util.Check_Reqd_Param(p_param_value => p_incident_id,
3342: p_param_name => 'INCIDENT_ID',
3343: p_api_name => lc_api_name);
3344:
3345: Csd_Process_Util.Check_Reqd_Param(p_param_value => p_repair_mode,
3346: p_param_name => 'REPAIR_MODE',
3347: p_api_name => lc_api_name);
3348:
3349: Csd_Process_Util.Check_Reqd_Param(p_param_value => p_inventory_item_id,

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

3345: Csd_Process_Util.Check_Reqd_Param(p_param_value => p_repair_mode,
3346: p_param_name => 'REPAIR_MODE',
3347: p_api_name => lc_api_name);
3348:
3349: Csd_Process_Util.Check_Reqd_Param(p_param_value => p_inventory_item_id,
3350: p_param_name => 'INVENTORY_ITEM_ID',
3351: p_api_name => lc_api_name);
3352:
3353: Csd_Process_Util.Check_Reqd_Param(p_param_value => p_organization_id,

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

3349: Csd_Process_Util.Check_Reqd_Param(p_param_value => p_inventory_item_id,
3350: p_param_name => 'INVENTORY_ITEM_ID',
3351: p_api_name => lc_api_name);
3352:
3353: Csd_Process_Util.Check_Reqd_Param(p_param_value => p_organization_id,
3354: p_param_name => 'ORGANIZATION_ID',
3355: p_api_name => lc_api_name);
3356:
3357: -- Check number of service codes to get mle lines for

Line 4127: by calling CSD_PROCESS_UTIL.GET_CHARGE_SELLING_PRICE API.

4123: -- They do not select the list_price from the QP view.
4124: -- The reference to QP view is removed from the FROM part of statements.
4125: -- All joins for the QP view commented in the WHERE clause.
4126: -- The selling price is derived in the Convert_to_est_lines procedure
4127: by calling CSD_PROCESS_UTIL.GET_CHARGE_SELLING_PRICE API.
4128:
4129: -- Cursor gets:
4130: -- Information to create material lines from task groups attached to
4131: -- srvice codes linked to the repair line id.

Line 5380: by calling CSD_PROCESS_UTIL.GET_CHARGE_SELLING_PRICE API.

5376: -- They do not select the list_price from the QP view.
5377: -- The reference to QP view is removed from the FROM part of statements.
5378: -- All joins for the QP view commented in the WHERE clause.
5379: -- The selling price is derived in the Convert_to_est_lines procedure
5380: by calling CSD_PROCESS_UTIL.GET_CHARGE_SELLING_PRICE API.
5381:
5382: cursor c_material_lines_from_bom (p_repair_line_id NUMBER,
5383: p_repair_type_id NUMBER,
5384: p_price_list_id NUMBER) is

Line 6059: l_pricing_rec Csd_Process_Util.pricing_attr_rec;

6055: l_msg_count NUMBER;
6056: l_msg_data VARCHAR2(2000);
6057:
6058: -- Pricing attributes
6059: l_pricing_rec Csd_Process_Util.pricing_attr_rec;
6060: --bug#3875036
6061: l_account_id NUMBER := NULL;
6062:
6063: -- cursors --

Line 6185: 'Calling CSD_PROCESS_UTIL.get_charge_selling_price');

6181: Fnd_Log.G_Current_Runtime_Level)
6182: THEN
6183: Fnd_Log.STRING(Fnd_Log.Level_Procedure,
6184: lc_mod_name,
6185: 'Calling CSD_PROCESS_UTIL.get_charge_selling_price');
6186: END IF;
6187:
6188: Csd_Process_Util.GET_CHARGE_SELLING_PRICE(p_inventory_item_id => p_MLE_lines_tbl(i)
6189: .inventory_item_id,

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

6184: lc_mod_name,
6185: 'Calling CSD_PROCESS_UTIL.get_charge_selling_price');
6186: END IF;
6187:
6188: Csd_Process_Util.GET_CHARGE_SELLING_PRICE(p_inventory_item_id => p_MLE_lines_tbl(i)
6189: .inventory_item_id,
6190: p_price_list_header_id => p_price_list_id,
6191: p_unit_of_measure_code => p_MLE_lines_tbl(i).uom,
6192: p_currency_code => p_currency_code,

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

6202: Fnd_Log.G_Current_Runtime_Level)
6203: THEN
6204: Fnd_Log.STRING(Fnd_Log.Level_Procedure,
6205: lc_mod_name,
6206: 'Returned from CSD_PROCESS_UTIL.get_charge_selling_price');
6207: END IF;
6208: IF (Fnd_Log.Level_Statement >=
6209: Fnd_Log.G_Current_Runtime_Level)
6210: THEN

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

6219: Fnd_Log.G_Current_Runtime_Level)
6220: THEN
6221: Fnd_Log.STRING(Fnd_Log.Level_Procedure,
6222: lc_mod_name,
6223: 'Exception FND_API.G_EXC_ERROR occurred in CSD_PROCESS_UTIL.get_charge_selling_price');
6224: END IF;
6225: WHEN OTHERS THEN
6226: l_return_status := Fnd_Api.G_RET_STS_ERROR;
6227: IF (Fnd_Log.Level_Procedure >=

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

6228: Fnd_Log.G_Current_Runtime_Level)
6229: THEN
6230: Fnd_Log.STRING(Fnd_Log.Level_Procedure,
6231: lc_mod_name,
6232: 'Exception OTHERS occurred in CSD_PROCESS_UTIL.get_charge_selling_price');
6233: END IF;
6234: END;
6235:
6236: IF (l_return_status <> Fnd_Api.G_RET_STS_SUCCESS) OR

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

6334: Fnd_Log.STRING(Fnd_Log.Level_Procedure,
6335: lc_mod_name,
6336: 'Getting no charge flag to determine extended price');
6337: END IF;
6338: l_no_charge_flag := Csd_Process_Util.Get_No_Chg_Flag(p_MLE_lines_tbl(i)
6339: .txn_billing_type_id);
6340: IF (NVL(l_no_charge_flag, 'N') = 'Y')
6341: THEN
6342: l_ext_price := 0;

Line 7876: 'Calling CSD_PROCESS_UTIL.Check_Reqd_Param for p_repair_line_id');

7872:
7873: -- Validate mandatory input parameters.
7874: if (lc_proc_level >= lc_debug_level) then
7875: FND_LOG.STRING(lc_proc_level, lc_mod_name,
7876: 'Calling CSD_PROCESS_UTIL.Check_Reqd_Param for p_repair_line_id');
7877: end if;
7878: CSD_PROCESS_UTIL.Check_Reqd_Param
7879: ( p_param_value => p_repair_line_id,
7880: p_param_name => 'REPAIR_LINE_ID',

Line 7878: CSD_PROCESS_UTIL.Check_Reqd_Param

7874: if (lc_proc_level >= lc_debug_level) then
7875: FND_LOG.STRING(lc_proc_level, lc_mod_name,
7876: 'Calling CSD_PROCESS_UTIL.Check_Reqd_Param for p_repair_line_id');
7877: end if;
7878: CSD_PROCESS_UTIL.Check_Reqd_Param
7879: ( p_param_value => p_repair_line_id,
7880: p_param_name => 'REPAIR_LINE_ID',
7881: p_api_name => lc_api_name);
7882:

Line 7885: 'Calling CSD_PROCESS_UTIL.Check_Reqd_Param for p_repair_type_id');

7881: p_api_name => lc_api_name);
7882:
7883: if (lc_proc_level >= lc_debug_level) then
7884: FND_LOG.STRING(lc_proc_level, lc_mod_name,
7885: 'Calling CSD_PROCESS_UTIL.Check_Reqd_Param for p_repair_type_id');
7886: end if;
7887:
7888: CSD_PROCESS_UTIL.Check_Reqd_Param
7889: ( p_param_value => p_repair_type_id,

Line 7888: CSD_PROCESS_UTIL.Check_Reqd_Param

7884: FND_LOG.STRING(lc_proc_level, lc_mod_name,
7885: 'Calling CSD_PROCESS_UTIL.Check_Reqd_Param for p_repair_type_id');
7886: end if;
7887:
7888: CSD_PROCESS_UTIL.Check_Reqd_Param
7889: ( p_param_value => p_repair_type_id,
7890: p_param_name => 'REPAIR_TYPE_ID',
7891: p_api_name => lc_api_name);
7892:

Line 7895: 'Calling CSD_PROCESS_UTIL.Check_Reqd_Param for p_business_process_id');

7891: p_api_name => lc_api_name);
7892:
7893: if (lc_proc_level >= lc_debug_level) then
7894: FND_LOG.STRING(lc_proc_level, lc_mod_name,
7895: 'Calling CSD_PROCESS_UTIL.Check_Reqd_Param for p_business_process_id');
7896: end if;
7897:
7898: CSD_PROCESS_UTIL.Check_Reqd_Param
7899: ( p_param_value => p_business_process_id,

Line 7898: CSD_PROCESS_UTIL.Check_Reqd_Param

7894: FND_LOG.STRING(lc_proc_level, lc_mod_name,
7895: 'Calling CSD_PROCESS_UTIL.Check_Reqd_Param for p_business_process_id');
7896: end if;
7897:
7898: CSD_PROCESS_UTIL.Check_Reqd_Param
7899: ( p_param_value => p_business_process_id,
7900: p_param_name => 'BUSINESS_PROCESS_ID',
7901: p_api_name => lc_api_name);
7902:

Line 7905: 'Calling CSD_PROCESS_UTIL.Check_Reqd_Param for p_currency_code');

7901: p_api_name => lc_api_name);
7902:
7903: if (lc_proc_level >= lc_debug_level) then
7904: FND_LOG.STRING(lc_proc_level, lc_mod_name,
7905: 'Calling CSD_PROCESS_UTIL.Check_Reqd_Param for p_currency_code');
7906: end if;
7907:
7908: CSD_PROCESS_UTIL.Check_Reqd_Param
7909: ( p_param_value => p_currency_code,

Line 7908: CSD_PROCESS_UTIL.Check_Reqd_Param

7904: FND_LOG.STRING(lc_proc_level, lc_mod_name,
7905: 'Calling CSD_PROCESS_UTIL.Check_Reqd_Param for p_currency_code');
7906: end if;
7907:
7908: CSD_PROCESS_UTIL.Check_Reqd_Param
7909: ( p_param_value => p_currency_code,
7910: p_param_name => 'CURRENCY_CODE',
7911: p_api_name => lc_api_name);
7912:

Line 7915: 'Calling CSD_PROCESS_UTIL.Check_Reqd_Param for p_incident_id');

7911: p_api_name => lc_api_name);
7912:
7913: if (lc_proc_level >= lc_debug_level) then
7914: FND_LOG.STRING(lc_proc_level, lc_mod_name,
7915: 'Calling CSD_PROCESS_UTIL.Check_Reqd_Param for p_incident_id');
7916: end if;
7917:
7918: CSD_PROCESS_UTIL.Check_Reqd_Param
7919: ( p_param_value => p_incident_id,

Line 7918: CSD_PROCESS_UTIL.Check_Reqd_Param

7914: FND_LOG.STRING(lc_proc_level, lc_mod_name,
7915: 'Calling CSD_PROCESS_UTIL.Check_Reqd_Param for p_incident_id');
7916: end if;
7917:
7918: CSD_PROCESS_UTIL.Check_Reqd_Param
7919: ( p_param_value => p_incident_id,
7920: p_param_name => 'INCIDENT_ID',
7921: p_api_name => lc_api_name);
7922:

Line 7925: 'Calling CSD_PROCESS_UTIL.Check_Reqd_Param for p_organization_id');

7921: p_api_name => lc_api_name);
7922:
7923: if (lc_proc_level >= lc_debug_level) then
7924: FND_LOG.STRING(lc_proc_level, lc_mod_name,
7925: 'Calling CSD_PROCESS_UTIL.Check_Reqd_Param for p_organization_id');
7926: end if;
7927:
7928: CSD_PROCESS_UTIL.Check_Reqd_Param
7929: ( p_param_value => p_organization_id,

Line 7928: CSD_PROCESS_UTIL.Check_Reqd_Param

7924: FND_LOG.STRING(lc_proc_level, lc_mod_name,
7925: 'Calling CSD_PROCESS_UTIL.Check_Reqd_Param for p_organization_id');
7926: end if;
7927:
7928: CSD_PROCESS_UTIL.Check_Reqd_Param
7929: ( p_param_value => p_organization_id,
7930: p_param_name => 'ORGANIZATION_ID',
7931: p_api_name => lc_api_name);
7932: