DBA Data[Home] [Help]

APPS.INV_LPN_TRX_PUB dependencies on INV_COST_GROUP_PVT

Line 1099: inv_cost_group_pvt.assign_cost_group(

1095: OR
1096: -- Bug 2712046 Cost group and comingling check is not executed when putaway a whole LPN for WIP
1097: -- Changed to add the condition that if cost group ID is null then also need to call cost group API
1098: ( p_mmtt.cost_group_id IS NULL) THEN
1099: inv_cost_group_pvt.assign_cost_group(
1100: x_return_status => ret_status
1101: , x_msg_count => ret_msgcnt
1102: , x_msg_data => ret_msgdata
1103: , p_organization_id => p_mmtt.organization_id

Line 1265: inv_cost_group_pvt.assign_cost_group(

1261: OR
1262: -- Bug 2712046 Cost group and comingling check is not executed when putaway a whole LPN for WIP
1263: -- Changed to add the condition that if cost group ID is null then also need to call cost group API
1264: ( p_mmtt.cost_group_id IS NULL) THEN
1265: inv_cost_group_pvt.assign_cost_group(
1266: x_return_status => ret_status
1267: , x_msg_count => ret_msgcnt
1268: , x_msg_data => ret_msgdata
1269: , p_organization_id => p_mmtt.organization_id

Line 4006: inv_cost_group_pvt.assign_cost_group(

4002: v_mmtt.transaction_source_type_id <> inv_globals.g_sourcetype_intorder
4003: AND
4004: v_mmtt.transaction_source_type_id <> inv_globals.g_sourcetype_salesorder
4005: ) THEN
4006: inv_cost_group_pvt.assign_cost_group(
4007: x_return_status => ret_status
4008: , x_msg_count => ret_msgcnt
4009: , x_msg_data => ret_msgdata
4010: , p_organization_id => v_mmtt.organization_id

Line 4179: inv_cost_group_pvt.assign_cost_group(

4175: END IF;
4176: ELSIF ( l_putway_explode_req = 'Y' AND v_mmtt.cost_group_id IS NULL ) THEN
4177: -- bug4475607 For WIP putaway transactions contents are not exploded, but the
4178: -- cost group id may not exist on the record. Call cost group api
4179: inv_cost_group_pvt.assign_cost_group(
4180: x_return_status => ret_status
4181: , x_msg_count => ret_msgcnt
4182: , x_msg_data => ret_msgdata
4183: , p_organization_id => v_mmtt.organization_id