DBA Data[Home] [Help]

APPS.PA_CI_ACTIONS_UTIL dependencies on PA_CI_COMMENTS

Line 9: from pa_ci_comments

5: return varchar2
6: IS
7: Cursor with_reply is
8: select 'Y'
9: from pa_ci_comments
10: where ci_action_id = p_ci_action_id
11: and type_code <> 'REQUESTOR';
12:
13: l_return_value VARCHAR2(1);