DBA Data[Home] [Help]

APPS.CS_CHARGE_DETAILS_PVT dependencies on OE_ORDER_HEADERS_ALL

Line 15114: FROM OE_ORDER_HEADERS_ALL ooha,

15110:
15111: CURSOR order_csr IS
15112: SELECT header_id,
15113: open_flag
15114: FROM OE_ORDER_HEADERS_ALL ooha,
15115: HZ_CUST_ACCOUNTS acct,
15116: HZ_PARTIES hp
15117: WHERE ooha.sold_to_org_id = acct.cust_account_id
15118: AND acct.party_id = hp.party_id