DBA Data[Home] [Help]

APPS.UMX_REG_FLOW_PVT dependencies on UMX_REG_SERVICES_B

Line 54: from umx_reg_services_b umx, fnd_form_functions f

50: ----------------------------------------------------------------------------
51: function validate_reg_service_code(p_regSrv in varchar2) return boolean is
52: CURSOR isRegSrvValid IS
53: select UMX.reg_service_type, UMX.reg_function_id, UMX.end_date, f.function_id
54: from umx_reg_services_b umx, fnd_form_functions f
55: where UMX.reg_service_code = p_regSrv
56: and UMX.reg_function_id = f.function_id(+);
57: begin
58: if p_regSrv is null then