DBA Data[Home] [Help]

APPS.INVUPD2B dependencies on INV_ATTRIBUTE_CONTROL_PVT

Line 4141: if (INV_ATTRIBUTE_CONTROL_PVT.reservable_check(msii_temp.organization_id,

4137: /* Bug 3058650 : Validation added as part of Item attribute checks ER */
4138:
4139: if (msi_temp.reservable_type = 2) and (msii_temp.reservable_type = 1) and (rsv_exists <> 1) then
4140:
4141: if (INV_ATTRIBUTE_CONTROL_PVT.reservable_check(msii_temp.organization_id,
4142: msii_temp.inventory_item_id)) then
4143: dumm_status := INVPUOPI.mtl_log_interface_err(
4144: org_id,
4145: user_id,

Line 4170: if (INV_ATTRIBUTE_CONTROL_PVT.transactable_uncheck(msii_temp.organization_id, msii_temp.inventory_item_id)) then

4166: -- cannot update if there are Open sales order lines
4167:
4168: if (msi_temp.mtl_transactions_enabled_flag = 'Y') and (msii_temp.mtl_transactions_enabled_flag = 'N') then
4169:
4170: if (INV_ATTRIBUTE_CONTROL_PVT.transactable_uncheck(msii_temp.organization_id, msii_temp.inventory_item_id)) then
4171: dumm_status := INVPUOPI.mtl_log_interface_err(
4172: org_id,
4173: user_id,
4174: login_id,

Line 4213: if (INV_ATTRIBUTE_CONTROL_PVT.shippable_check(msii_temp.organization_id,

4209: 'INV_OPEN_SO',
4210: err_text);
4211: dumm_status := INVUPD2B.set_process_flag3(row_id,user_id,login_id,prog_appid,prog_id,request_id);
4212: elsif (msi_temp.SHIPPABLE_ITEM_FLAG = 'N' ) and (msii_temp.SHIPPABLE_ITEM_FLAG = 'Y') then
4213: if (INV_ATTRIBUTE_CONTROL_PVT.shippable_check(msii_temp.organization_id,
4214: msii_temp.inventory_item_id)) then
4215: dumm_status := INVPUOPI.mtl_log_interface_err(
4216: org_id,
4217: user_id,

Line 4346: if (INV_ATTRIBUTE_CONTROL_PVT.serial_check(msii_temp.organization_id,

4342: dumm_status := INVUPD2B.set_process_flag3(row_id,user_id,login_id,prog_appid,prog_id,request_id);
4343: elsif (msi_temp.SERIAL_NUMBER_CONTROL_CODE = 1 and
4344: msii_temp.SERIAL_NUMBER_CONTROL_CODE in (2,5,6))then
4345:
4346: if (INV_ATTRIBUTE_CONTROL_PVT.serial_check(msii_temp.organization_id,
4347: msii_temp.inventory_item_id)) then
4348: dumm_status := INVPUOPI.mtl_log_interface_err(
4349: org_id,
4350: user_id,