DBA Data[Home] [Help]

APPS.IBC_VALIDATE_PVT dependencies on IBC_ASSOCIATION_TYPES_B

Line 275: ibc_association_types_b

271: CURSOR c_assoc IS
272: SELECT
273: association_type_code
274: FROM
275: ibc_association_types_b
276: WHERE
277: association_type_code = f_assoc_code;
278:
279: temp IBC_ASSOCIATION_TYPES_B.association_type_code%TYPE;

Line 279: temp IBC_ASSOCIATION_TYPES_B.association_type_code%TYPE;

275: ibc_association_types_b
276: WHERE
277: association_type_code = f_assoc_code;
278:
279: temp IBC_ASSOCIATION_TYPES_B.association_type_code%TYPE;
280: BEGIN
281: IF (f_assoc_code IS NOT NULL) THEN
282: open c_assoc;
283: fetch c_assoc into temp;