DBA Data[Home] [Help]

APPS.PA_CI_SECURITY_PKG dependencies on PA_CI_COMMENTS

Line 653: from pa_ci_comments

649: l_created_by number;
650:
651: Cursor comment_owner is
652: select ci_id, created_by
653: from pa_ci_comments
654: where ci_comment_id = p_ci_comment_id;
655:
656: BEGIN
657: