DBA Data[Home] [Help]

APPS.AS_OPP_HEADER_PVT dependencies on HZ_PARTIES

Line 4449: from hz_parties

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