DBA Data[Home] [Help]

APPS.OE_CREDIT_CHECK_LINES_PVT dependencies on OE_SOLD_TO_ORGS_V

Line 1324: FROM oe_sold_to_orgs_v

1320:
1321: -- Cursor to select the customer name
1322: CURSOR customer_name_csr IS
1323: SELECT name
1324: FROM oe_sold_to_orgs_v
1325: WHERE customer_id = p_customer_id;
1326:
1327: CURSOR party_name_csr IS
1328: SELECT party_name