DBA Data[Home] [Help]

APPS.OKS_QPATTRIB_PVT dependencies on OKC_K_PARTY_ROLES_B

Line 57: CURSOR l_party_csr Is select object1_id1 from okc_k_party_roles_b where chr_id = p_chr_id and rle_code = 'CUSTOMER';

53: END GET_GSA;
54:
55:
56: FUNCTION GET_PARTY_ID (p_chr_id IN NUMBER) RETURN NUMBER IS
57: CURSOR l_party_csr Is select object1_id1 from okc_k_party_roles_b where chr_id = p_chr_id and rle_code = 'CUSTOMER';
58: l_party_id Number := Null;
59: BEGIN
60:
61: Open l_party_csr;