[Home] [Help]
APPS.CS_CHARGE_DETAILS_PVT dependencies on OE_ORDER_HEADERS_ALL
Line 16685: FROM OE_ORDER_HEADERS_ALL ooha,
16681:
16682: CURSOR order_csr IS
16683: SELECT header_id,
16684: open_flag
16685: FROM OE_ORDER_HEADERS_ALL ooha,
16686: HZ_CUST_ACCOUNTS acct,
16687: HZ_PARTIES hp
16688: WHERE ooha.sold_to_org_id = acct.cust_account_id
16689: AND acct.party_id = hp.party_id