DBA Data[Home] [Help]

APPS.OE_CONFIG_UTIL dependencies on PO_CODE_RELEASE_GRP

Line 869: /* IF PO_CODE_RELEASE_GRP.Current_Release >=

865: -- Here we donot want to check becuase the constraint check is already
866: -- done at the Model level. If the user disables that constarint then
867: -- the delink should take place. Please see bug for further details.
868:
869: /* IF PO_CODE_RELEASE_GRP.Current_Release >=
870: PO_CODE_RELEASE_GRP.PRC_11i_Family_Pack_J AND
871: OE_CODE_CONTROL.Get_Code_Release_Level >= '110510' AND
872: l_line_rec.source_type_code = 'EXTERNAL' THEN
873:

Line 870: PO_CODE_RELEASE_GRP.PRC_11i_Family_Pack_J AND

866: -- done at the Model level. If the user disables that constarint then
867: -- the delink should take place. Please see bug for further details.
868:
869: /* IF PO_CODE_RELEASE_GRP.Current_Release >=
870: PO_CODE_RELEASE_GRP.PRC_11i_Family_Pack_J AND
871: OE_CODE_CONTROL.Get_Code_Release_Level >= '110510' AND
872: l_line_rec.source_type_code = 'EXTERNAL' THEN
873:
874: BEGIN

Line 6191: IF PO_CODE_RELEASE_GRP.Current_Release >=

6187:
6188: -- Changes for Enhanced DropShipments. Prevent Delink
6189: -- if the PO associated with config item is Approved.
6190:
6191: IF PO_CODE_RELEASE_GRP.Current_Release >=
6192: PO_CODE_RELEASE_GRP.PRC_11i_Family_Pack_J AND
6193: OE_CODE_CONTROL.Get_Code_Release_Level >= '110510' AND
6194: l_source_type = 'EXTERNAL' THEN
6195:

Line 6192: PO_CODE_RELEASE_GRP.PRC_11i_Family_Pack_J AND

6188: -- Changes for Enhanced DropShipments. Prevent Delink
6189: -- if the PO associated with config item is Approved.
6190:
6191: IF PO_CODE_RELEASE_GRP.Current_Release >=
6192: PO_CODE_RELEASE_GRP.PRC_11i_Family_Pack_J AND
6193: OE_CODE_CONTROL.Get_Code_Release_Level >= '110510' AND
6194: l_source_type = 'EXTERNAL' THEN
6195:
6196: BEGIN