DBA Data[Home] [Help]

APPS.PQH_PTX_UTL dependencies on PQH_PSF_BUS

Line 167: if (pqh_psf_bus.position_control_enabled(

163: CLOSE c2;
164: end if;
165: CLOSE c1;
166: --
167: if (pqh_psf_bus.position_control_enabled(
168: v_posn_rec.organization_id, p_action_date) = 'N') then
169: fnd_message.set_name('PQH','PQH_ORG_NOT_POS_CONTROLLED');
170: fnd_message.raise_error;
171: end if;