DBA Data[Home] [Help]

APPS.PV_BENFT_STATUS_CHANGE dependencies on FND_FORM_FUNCTIONS

Line 1191: select function_id from fnd_form_functions

1187: AND NOTE_STATUS = 'E' -- only publish notes
1188: ORDER BY CREATION_DATE DESC;
1189:
1190: cursor lc_get_function (pc_function_name varchar2) is
1191: select function_id from fnd_form_functions
1192: where function_name = pc_function_name;
1193:
1194:
1195: BEGIN