DBA Data[Home] [Help]

APPS.AHL_UC_POS_NECES_PVT dependencies on AHL_MC_PATH_POSITION_PVT

Line 1017: AHL_MC_PATH_POSITION_PVT.Map_Instance_To_Positions(p_api_version => 1.0,

1013: EXECUTE IMMEDIATE 'DELETE FROM AHL_APPLICABLE_INSTANCES';
1014: -- Get all the Position Paths associated with the instance p_instance_id into AHL_APPLICABLE_INSTANCES.
1015: -- If there is a configuration like A.1-B.1-C.1 and path positions exist for C.1, B.1-C.1, A.1-B.1-C.1 all these
1016: -- will be picked up after the call below
1017: AHL_MC_PATH_POSITION_PVT.Map_Instance_To_Positions(p_api_version => 1.0,
1018: x_return_status => l_return_status,
1019: x_msg_count => l_msg_count,
1020: x_msg_data => l_msg_data,
1021: p_csi_item_instance_id => p_instance_id);