DBA Data[Home] [Help]

APPS.PA_CI_SECURITY_PKG dependencies on PA_CI_COMMENTS

Line 670: from pa_ci_comments

666: l_created_by number;
667:
668: Cursor comment_owner is
669: select ci_id, created_by
670: from pa_ci_comments
671: where ci_comment_id = p_ci_comment_id;
672:
673: BEGIN
674: