DBA Data[Home] [Help]

APPS.CS_CHARGE_CREATE_ORDER_PVT dependencies on CS_INCIDENTS_ALL_B

Line 553: CS_INCIDENTS_ALL_B sr,

549: FROM CS_ESTIMATE_DETAILS edt,
550: CS_TXN_BILLING_OETXN_ALL tb,
551: CS_TXN_BILLING_TYPES tbt,
552: MTL_SYSTEM_ITEMS_KFV i,
553: CS_INCIDENTS_ALL_B sr,
554: CS_TRANSACTION_TYPES_B tt,
555: cs_billing_type_categories cbtc
556: WHERE edt.incident_id = p_incident_id AND
557: edt.interface_to_oe_flag = 'Y' AND

Line 623: -- FROM cs_incidents_all_b

619: -- NOT Needed since org_id is now at the line level.
620: -- Get the Incident_Org_id
621: -- Cursor Get_Org_Id is
622: -- SELECT org_id
623: -- FROM cs_incidents_all_b
624: -- WHERE incident_id = p_incident_id;
625:
626: -- Get the PO from Order_Header
627: Cursor Cust_Po(p_order_header_id number) is