DBA Data[Home] [Help]

APPS.CSD_LOGISTICS_PVT dependencies on CSD_PRODUCT_TXNS_V

Line 104: /* Contract_Line_Id from CSD_Product_Txns_v is assigned to contract_id */

100: /* status through BOOKED status. Once all validations are done it will */
101: /* private API Update_PRoduct_Txn which will continue to do some more */
102: /* more validations before actually perfoming user intended action. */
103: /* Note: */
104: /* Contract_Line_Id from CSD_Product_Txns_v is assigned to contract_id */
105: /* in l_Product_Txn_Rec */
106: /* Parameters */
107: /* p_api_version IN Standard API paramater */
108: /* p_commit IN Standard API paramater */

Line 193: FROM CSD_Product_Txns_v A, CSD_REPAIRS B

189: A.Contract_Line_Id,
190: A.Business_Process_id,
191: B.incident_id,
192: A.Reference_Number
193: FROM CSD_Product_Txns_v A, CSD_REPAIRS B
194: WHERE A.REPAIR_LINE_ID = B.REPAIR_LINE_ID
195: AND Product_Transaction_Id =
196: p_Upd_ProdTxn_Rec.Product_Transaction_Id;
197: