DBA Data[Home] [Help]

APPS.INV_LPN_TRX_PUB dependencies on INV_COST_GROUP_PVT

Line 1307: inv_cost_group_pvt.assign_cost_group(

1303: OR
1304: -- Bug 2712046 Cost group and comingling check is not executed when putaway a whole LPN for WIP
1305: -- Changed to add the condition that if cost group ID is null then also need to call cost group API
1306: ( p_mmtt.cost_group_id IS NULL) THEN
1307: inv_cost_group_pvt.assign_cost_group(
1308: x_return_status => ret_status
1309: , x_msg_count => ret_msgcnt
1310: , x_msg_data => ret_msgdata
1311: , p_organization_id => p_mmtt.organization_id

Line 1482: inv_cost_group_pvt.assign_cost_group(

1478: OR
1479: -- Bug 2712046 Cost group and comingling check is not executed when putaway a whole LPN for WIP
1480: -- Changed to add the condition that if cost group ID is null then also need to call cost group API
1481: ( p_mmtt.cost_group_id IS NULL) THEN
1482: inv_cost_group_pvt.assign_cost_group(
1483: x_return_status => ret_status
1484: , x_msg_count => ret_msgcnt
1485: , x_msg_data => ret_msgdata
1486: , p_organization_id => p_mmtt.organization_id

Line 4303: inv_cost_group_pvt.assign_cost_group(

4299: v_mmtt.transaction_source_type_id <> inv_globals.g_sourcetype_salesorder
4300: AND -- Bug 14341547 added the project contratcs type also.
4301: ( l_wms_enabled_org='Y' OR v_mmtt.transaction_source_type_id <> inv_globals.G_SOURCETYPE_PRJCONTRACTS )
4302: ) THEN
4303: inv_cost_group_pvt.assign_cost_group(
4304: x_return_status => ret_status
4305: , x_msg_count => ret_msgcnt
4306: , x_msg_data => ret_msgdata
4307: , p_organization_id => v_mmtt.organization_id

Line 4500: inv_cost_group_pvt.assign_cost_group(

4496: END IF;
4497: ELSIF ( l_putway_explode_req = 'Y' AND v_mmtt.cost_group_id IS NULL ) THEN
4498: -- bug4475607 For WIP putaway transactions contents are not exploded, but the
4499: -- cost group id may not exist on the record. Call cost group api
4500: inv_cost_group_pvt.assign_cost_group(
4501: x_return_status => ret_status
4502: , x_msg_count => ret_msgcnt
4503: , x_msg_data => ret_msgdata
4504: , p_organization_id => v_mmtt.organization_id