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 6198: IF PO_CODE_RELEASE_GRP.Current_Release >=

6194:
6195: -- Changes for Enhanced DropShipments. Prevent Delink
6196: -- if the PO associated with config item is Approved.
6197:
6198: IF PO_CODE_RELEASE_GRP.Current_Release >=
6199: PO_CODE_RELEASE_GRP.PRC_11i_Family_Pack_J AND
6200: OE_CODE_CONTROL.Get_Code_Release_Level >= '110510' AND
6201: l_source_type = 'EXTERNAL' THEN
6202:

Line 6199: PO_CODE_RELEASE_GRP.PRC_11i_Family_Pack_J AND

6195: -- Changes for Enhanced DropShipments. Prevent Delink
6196: -- if the PO associated with config item is Approved.
6197:
6198: IF PO_CODE_RELEASE_GRP.Current_Release >=
6199: PO_CODE_RELEASE_GRP.PRC_11i_Family_Pack_J AND
6200: OE_CODE_CONTROL.Get_Code_Release_Level >= '110510' AND
6201: l_source_type = 'EXTERNAL' THEN
6202:
6203: BEGIN