DBA Data[Home] [Help]

APPS.CSD_PROCESS_PVT dependencies on CSD_PRODUCT_TRANSACTIONS_PKG

Line 2946: Debug('Call csd_product_transactions_pkg.insert_row to insert prod txns',

2942:
2943: Debug('NEW ESTIMATE DETAIL ID =' || x_estimate_detail_id,
2944: l_mod_name,
2945: 1);
2946: Debug('Call csd_product_transactions_pkg.insert_row to insert prod txns',
2947: l_mod_name,
2948: 1);
2949:
2950: -- Note (TTRV) at this point I would like to derive values for the new columns, every column is not

Line 2956: Csd_Product_Transactions_Pkg.INSERT_ROW(px_PRODUCT_TRANSACTION_ID => x_product_txn_rec.PRODUCT_TRANSACTION_ID,

2952: -- they need not be filled at the time of creation of product transaction record. Some of the columns
2953: -- are updated by update programs.
2954: -- Please come back and verify that for repair types, Exchange, Advance Exchange, Replacement
2955: -- non-source columns are picked from UI. These comments are added by saupadhy TTRV
2956: Csd_Product_Transactions_Pkg.INSERT_ROW(px_PRODUCT_TRANSACTION_ID => x_product_txn_rec.PRODUCT_TRANSACTION_ID,
2957: p_REPAIR_LINE_ID => x_product_txn_rec.REPAIR_LINE_ID,
2958: p_ESTIMATE_DETAIL_ID => x_estimate_detail_id,
2959: p_ACTION_TYPE => x_product_txn_rec.ACTION_TYPE,
2960: p_ACTION_CODE => x_product_txn_rec.ACTION_CODE,

Line 4445: Csd_Gen_Utility_Pvt.ADD('Call csd_product_transactions_pkg.insert_row to insert prod txns');

4441: x_product_txn_rec.currency_code := l_curr_code;
4442: x_product_txn_rec.line_category_code := l_line_category_code;
4443: x_estimate_detail_id := x_product_txn_rec.estimate_detail_id;
4444:
4445: Csd_Gen_Utility_Pvt.ADD('Call csd_product_transactions_pkg.insert_row to insert prod txns');
4446:
4447: Csd_Product_Transactions_Pkg.INSERT_ROW(px_PRODUCT_TRANSACTION_ID => x_product_txn_rec.PRODUCT_TRANSACTION_ID,
4448: p_REPAIR_LINE_ID => x_product_txn_rec.REPAIR_LINE_ID,
4449: p_ESTIMATE_DETAIL_ID => x_estimate_detail_id,

Line 4447: Csd_Product_Transactions_Pkg.INSERT_ROW(px_PRODUCT_TRANSACTION_ID => x_product_txn_rec.PRODUCT_TRANSACTION_ID,

4443: x_estimate_detail_id := x_product_txn_rec.estimate_detail_id;
4444:
4445: Csd_Gen_Utility_Pvt.ADD('Call csd_product_transactions_pkg.insert_row to insert prod txns');
4446:
4447: Csd_Product_Transactions_Pkg.INSERT_ROW(px_PRODUCT_TRANSACTION_ID => x_product_txn_rec.PRODUCT_TRANSACTION_ID,
4448: p_REPAIR_LINE_ID => x_product_txn_rec.REPAIR_LINE_ID,
4449: p_ESTIMATE_DETAIL_ID => x_estimate_detail_id,
4450: p_ACTION_TYPE => x_product_txn_rec.ACTION_TYPE,
4451: p_ACTION_CODE => x_product_txn_rec.ACTION_CODE,

Line 5030: Csd_Gen_Utility_Pvt.ADD('Call csd_product_transactions_pkg.Delete_Row');

5026: END IF;
5027:
5028: IF (g_debug > 0)
5029: THEN
5030: Csd_Gen_Utility_Pvt.ADD('Call csd_product_transactions_pkg.Delete_Row');
5031: END IF;
5032:
5033: Csd_Product_Transactions_Pkg.Delete_Row(p_PRODUCT_TRANSACTION_ID => p_product_txn_id);
5034: END IF; --end of delete

Line 5033: Csd_Product_Transactions_Pkg.Delete_Row(p_PRODUCT_TRANSACTION_ID => p_product_txn_id);

5029: THEN
5030: Csd_Gen_Utility_Pvt.ADD('Call csd_product_transactions_pkg.Delete_Row');
5031: END IF;
5032:
5033: Csd_Product_Transactions_Pkg.Delete_Row(p_PRODUCT_TRANSACTION_ID => p_product_txn_id);
5034: END IF; --end of delete
5035:
5036: -- Api body ends here
5037: