DBA Data[Home] [Help]

APPS.OZF_REQUEST_STATUS_PVT dependencies on FND_FORM_FUNCTIONS

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

335: and rel_ship.subject_id = vendor.party_id
336: and rownum < 2;
337:
338: cursor lc_get_function_id (pc_func_name varchar2) is
339: select function_id from fnd_form_functions where function_name = pc_func_name ;
340:
341: BEGIN
342:
343: if( FND_LOG.LEVEL_PROCEDURE >= FND_LOG.G_CURRENT_RUNTIME_LEVEL ) then