DBA Data[Home] [Help]

APPS.WIP_OSP dependencies on FND_PROFILE

Line 101: if(fnd_profile.value('WIP_OSP_REQ') = WIP_CONSTANTS.NO) then

97: BEGIN
98:
99: /* Bug 13768020: if the 'WIP:Launch Requisition Import for PO Receipt' is set to 'N'
100: do not launch Requistion Import for PO Receipt resource*/
101: if(fnd_profile.value('WIP_OSP_REQ') = WIP_CONSTANTS.NO) then
102: l_req_enabled := FALSE;
103: else
104: l_req_enabled := TRUE;
105: end if;

Line 369: if(fnd_profile.value('WIP_OSP_INITIATE_REQAPPR') = WIP_CONSTANTS.NO) then

365: raise fnd_api.g_exc_unexpected_error;
366: END;
367:
368: /*ER 4276433*/
369: if(fnd_profile.value('WIP_OSP_INITIATE_REQAPPR') = WIP_CONSTANTS.NO) then
370: l_init_reqappr := 'N';
371: else
372: l_init_reqappr := 'Y';
373: end if;

Line 914: if(fnd_profile.value('WIP_OSP_INITIATE_REQAPPR') = WIP_CONSTANTS.NO) then

910: raise fnd_api.g_exc_unexpected_error;
911: END;
912:
913: /*ER 4276433*/
914: if(fnd_profile.value('WIP_OSP_INITIATE_REQAPPR') = WIP_CONSTANTS.NO) then
915: l_init_reqappr := 'N';
916: else
917: l_init_reqappr := 'Y';
918: end if;