DBA Data[Home] [Help]

APPS.IBC_VALIDATE_PVT dependencies on IBC_CONTENT_TYPES_B

Line 508: ibc_content_types_b

504: CURSOR c_ctype IS
505: SELECT
506: content_type_code
507: FROM
508: ibc_content_types_b
509: WHERE
510: content_type_code = f_ctype_code;
511:
512: temp IBC_CONTENT_TYPES_B.content_type_code%TYPE;

Line 512: temp IBC_CONTENT_TYPES_B.content_type_code%TYPE;

508: ibc_content_types_b
509: WHERE
510: content_type_code = f_ctype_code;
511:
512: temp IBC_CONTENT_TYPES_B.content_type_code%TYPE;
513: BEGIN
514: IF (f_ctype_code IS NOT NULL) THEN
515: open c_ctype;
516: fetch c_ctype into temp;