DBA Data[Home] [Help]

APPS.CS_CHARGE_CREATE_ORDER_PVT dependencies on CS_INCIDENTS_ALL_B

Line 586: CS_INCIDENTS_ALL_B sr,

582: FROM CS_ESTIMATE_DETAILS edt,
583: CS_TXN_BILLING_OETXN_ALL tb,
584: CS_TXN_BILLING_TYPES tbt,
585: MTL_SYSTEM_ITEMS_KFV i,
586: CS_INCIDENTS_ALL_B sr,
587: CS_TRANSACTION_TYPES_B tt,
588: cs_billing_type_categories cbtc
589: WHERE edt.incident_id = p_incident_id AND
590: edt.interface_to_oe_flag = 'Y' AND

Line 657: -- FROM cs_incidents_all_b

653: -- NOT Needed since org_id is now at the line level.
654: -- Get the Incident_Org_id
655: -- Cursor Get_Org_Id is
656: -- SELECT org_id
657: -- FROM cs_incidents_all_b
658: -- WHERE incident_id = p_incident_id;
659:
660: -- Get the PO from Order_Header
661: Cursor Cust_Po(p_order_header_id number) is