DBA Data[Home] [Help]

APPS.INV_LPN_TRX_PUB dependencies on INV_COST_GROUP_PUB

Line 1315: , p_input_type => inv_cost_group_pub.g_input_mmtt

1311: , p_organization_id => p_mmtt.organization_id
1312: , p_mmtt_rec => p_mmtt
1313: , p_fob_point => NULL
1314: , p_line_id => p_mmtt.transaction_temp_id
1315: , p_input_type => inv_cost_group_pub.g_input_mmtt
1316: , x_cost_group_id => l_cst_grp_id
1317: , x_transfer_cost_group_id => l_xfr_cst_grp_id
1318: );
1319:

Line 1490: , p_input_type => inv_cost_group_pub.g_input_mmtt

1486: , p_organization_id => p_mmtt.organization_id
1487: , p_mmtt_rec => p_mmtt
1488: , p_fob_point => NULL
1489: , p_line_id => p_mmtt.transaction_temp_id
1490: , p_input_type => inv_cost_group_pub.g_input_mmtt
1491: , x_cost_group_id => l_cst_grp_id
1492: , x_transfer_cost_group_id => l_xfr_cst_grp_id
1493: );
1494:

Line 4311: , p_input_type => inv_cost_group_pub.g_input_mmtt

4307: , p_organization_id => v_mmtt.organization_id
4308: , p_mmtt_rec => v_mmtt
4309: , p_fob_point => NULL
4310: , p_line_id => v_mmtt.transaction_temp_id
4311: , p_input_type => inv_cost_group_pub.g_input_mmtt
4312: , x_cost_group_id => l_cst_grp_id
4313: , x_transfer_cost_group_id => l_xfr_cst_grp_id
4314: );
4315:

Line 4508: , p_input_type => inv_cost_group_pub.g_input_mmtt

4504: , p_organization_id => v_mmtt.organization_id
4505: , p_mmtt_rec => v_mmtt
4506: , p_fob_point => NULL
4507: , p_line_id => v_mmtt.transaction_temp_id
4508: , p_input_type => inv_cost_group_pub.g_input_mmtt
4509: , x_cost_group_id => l_cst_grp_id
4510: , x_transfer_cost_group_id => l_xfr_cst_grp_id );
4511:
4512: IF (ret_status <> fnd_api.g_ret_sts_success) THEN