DBA Data[Home] [Help]

APPS.OKE_DELIVERABLE_BILLING_PVT dependencies on OKE_K_DELIVERABLES_B

Line 41: FROM oke_k_deliverables_b d, oke_k_billing_events b

37: , b.bill_fund_ref2
38: , b.bill_fund_ref3
39: , b.bill_bill_of_lading
40: , b.bill_serial_num
41: FROM oke_k_deliverables_b d, oke_k_billing_events b
42: WHERE b.billing_event_id = C_Event_ID
43: AND d.deliverable_id = b.deliverable_id;
44:
45: --