DBA Data[Home] [Help]

APPS.AR_CONFIRMATION dependencies on FND_RESPONSIBILITY_TL

Line 11: from fnd_responsibility_tl

7: P_DESCRIPTION in VARCHAR2,
8: P_INT_CTR_NUM in VARCHAR2) is
9: cursor ar is
10: select DISTINCT 'FND_RESP222:'||to_char(responsibility_id) role_name
11: from fnd_responsibility_tl
12: where application_id = 222;
13: cursor action is
14: select handler_name, handler_type from ar_confirmation_actions
15: where status = p_status and (reason_code = p_reason_code or p_reason_code is null);