DBA Data[Home] [Help]

APPS.INV_LPN_TRX_PUB dependencies on INV_COST_GROUP_PUB

Line 1107: , p_input_type => inv_cost_group_pub.g_input_mmtt

1103: , p_organization_id => p_mmtt.organization_id
1104: , p_mmtt_rec => p_mmtt
1105: , p_fob_point => NULL
1106: , p_line_id => p_mmtt.transaction_temp_id
1107: , p_input_type => inv_cost_group_pub.g_input_mmtt
1108: , x_cost_group_id => l_cst_grp_id
1109: , x_transfer_cost_group_id => l_xfr_cst_grp_id
1110: );
1111:

Line 1273: , p_input_type => inv_cost_group_pub.g_input_mmtt

1269: , p_organization_id => p_mmtt.organization_id
1270: , p_mmtt_rec => p_mmtt
1271: , p_fob_point => NULL
1272: , p_line_id => p_mmtt.transaction_temp_id
1273: , p_input_type => inv_cost_group_pub.g_input_mmtt
1274: , x_cost_group_id => l_cst_grp_id
1275: , x_transfer_cost_group_id => l_xfr_cst_grp_id
1276: );
1277:

Line 4014: , p_input_type => inv_cost_group_pub.g_input_mmtt

4010: , p_organization_id => v_mmtt.organization_id
4011: , p_mmtt_rec => v_mmtt
4012: , p_fob_point => NULL
4013: , p_line_id => v_mmtt.transaction_temp_id
4014: , p_input_type => inv_cost_group_pub.g_input_mmtt
4015: , x_cost_group_id => l_cst_grp_id
4016: , x_transfer_cost_group_id => l_xfr_cst_grp_id
4017: );
4018:

Line 4187: , p_input_type => inv_cost_group_pub.g_input_mmtt

4183: , p_organization_id => v_mmtt.organization_id
4184: , p_mmtt_rec => v_mmtt
4185: , p_fob_point => NULL
4186: , p_line_id => v_mmtt.transaction_temp_id
4187: , p_input_type => inv_cost_group_pub.g_input_mmtt
4188: , x_cost_group_id => l_cst_grp_id
4189: , x_transfer_cost_group_id => l_xfr_cst_grp_id );
4190:
4191: IF (ret_status <> fnd_api.g_ret_sts_success) THEN