DBA Data[Home] [Help]

APPS.OZF_REQUEST_STATUS_PVT dependencies on FND_FORM_FUNCTIONS

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

327: and rel_ship.subject_id = vendor.party_id
328: and rownum < 2;
329:
330: cursor lc_get_function_id (pc_func_name varchar2) is
331: select function_id from fnd_form_functions where function_name = pc_func_name ;
332:
333:
334: BEGIN
335: