DBA Data[Home] [Help]

APPS.OE_CREDIT_CHECK_LINES_PVT dependencies on OE_SOLD_TO_ORGS_V

Line 1451: FROM oe_sold_to_orgs_v

1447:
1448: -- Cursor to select the customer name
1449: CURSOR customer_name_csr IS
1450: SELECT name
1451: FROM oe_sold_to_orgs_v
1452: WHERE customer_id = p_customer_id;
1453:
1454: CURSOR party_name_csr IS
1455: SELECT party_name