DBA Data[Home] [Help]

APPS.OKS_ARFEEDER_PUB dependencies on FND_LOOKUPS

Line 1189: select description from fnd_lookups

1185: Procedure Set_comments(p_bill_action IN VARCHAR2)
1186: IS
1187:
1188: Cursor fnd_csr (p_bill_action in varchar2) is
1189: select description from fnd_lookups
1190: where lookup_type = 'OKS_BILL_ACTIONS'
1191: and lookup_code = p_bill_action;
1192:
1193: