DBA Data[Home] [Help]

APPS.AR_NOTIFICATION_STANDARD dependencies on FND_RESPONSIBILITY_TL

Line 6: from fnd_responsibility_tl

2: /*$Header: ARNOTSTB.pls 120.3 2005/07/22 12:45:32 naneja noship $ */
3:
4: cursor role_csr is
5: select 'FND_RESP1:'||to_char(responsibility_id) role_name
6: from fnd_responsibility_tl
7: where application_id = 1;
8:
9: /* cursor role_csr is
10: select name role_name