DBA Data[Home] [Help]

APPS.OKS_ARFEEDER_PUB dependencies on FND_LOOKUPS

Line 1203: select description from fnd_lookups

1199: Procedure Set_comments(p_bill_action IN VARCHAR2)
1200: IS
1201:
1202: Cursor fnd_csr (p_bill_action in varchar2) is
1203: select description from fnd_lookups
1204: where lookup_type = 'OKS_BILL_ACTIONS'
1205: and lookup_code = p_bill_action;
1206:
1207: