DBA Data[Home] [Help]

APPS.INV_AUTODETAIL dependencies on INV_MATERIAL_STATUS_GRP

Line 325: l_allowed := inv_material_status_grp.is_trx_allowed(

321:
322: --Bug Number :3457530(cheking for a transaction_type_id also)
323:
324: IF l_sub_status IS NOT NULL AND p_transaction_type_id <> 64 THEN
325: l_allowed := inv_material_status_grp.is_trx_allowed(
326: p_status_id => l_sub_status
327: ,p_transaction_type_id => p_transaction_type_id
328: ,x_return_status => l_return_status
329: ,x_msg_count => x_msg_count

Line 397: l_allowed := inv_material_status_grp.is_trx_allowed(

393:
394: --Bug Number :3457530(cheking for a transaction_type_id also for locator)
395:
396: IF l_loc_status IS NOT NULL AND p_transaction_type_id <> 64 THEN
397: l_allowed := inv_material_status_grp.is_trx_allowed(
398: p_status_id => l_loc_status
399: ,p_transaction_type_id => p_transaction_type_id
400: ,x_return_status => l_return_status
401: ,x_msg_count => x_msg_count