DBA Data[Home] [Help]

APPS.DPP_REQUEST_STATUS_PVT dependencies on FND_FORM_FUNCTIONS

Line 252: select function_id from fnd_form_functions where function_name = pc_func_name ;

248: where media_id = pc_media_id;
249:
250:
251: cursor lc_get_function_id (pc_func_name varchar2) is
252: select function_id from fnd_form_functions where function_name = pc_func_name ;
253:
254:
255: BEGIN
256: