DBA Data[Home] [Help]

APPS.AS_OPP_HEADER_PVT dependencies on HZ_PARTIES

Line 4450: from hz_parties

4446: IS
4447:
4448: CURSOR c_customer_status(p_customer_id number) IS
4449: select STATUS
4450: from hz_parties
4451: where party_id = p_customer_id;
4452: l_status VARCHAR2(1);
4453: l_module CONSTANT VARCHAR2(255) := 'as.plsql.ldhpv.Validate_CUSTOMER_ID';
4454: