DBA Data[Home] [Help]

APPS.EAM_WO_NETWORK_DEFAULT_PVT dependencies on WIP_SCHED_RELATION_GRP

Line 447: wip_sched_relation_grp.insertRow(

443:
444:
445: elsif l_relationship_type = 1 then
446:
447: wip_sched_relation_grp.insertRow(
448: p_parentObjectID => l_parent_object_id,
449: p_parentObjectTypeID => l_parent_object_type_id,
450: p_childObjectID => l_child_object_id,
451: p_childObjectTypeID => l_child_object_type_id,

Line 1154: wip_sched_relation_grp.deleteRow(

1150: and child_object_id = l_next_object_id
1151: and child_object_type_id = l_next_object_type_id
1152: and relationship_type = 2;
1153:
1154: wip_sched_relation_grp.deleteRow(
1155: p_relationshipID => l_sched_relationship_id,
1156: x_return_status => l_return_status,
1157: x_msg_count => l_msg_count,
1158: x_msg_data => l_msg_data,

Line 1504: wip_sched_relation_grp.insertRow(

1500: x_return_status := FND_API.G_RET_STS_ERROR;
1501: return;
1502: END IF;
1503:
1504: wip_sched_relation_grp.insertRow(
1505: p_parentObjectID => l_prior_object_id,
1506: p_parentObjectTypeID => l_prior_object_type_id,
1507: p_childObjectID => l_next_object_id,
1508: p_childObjectTypeID => l_next_object_type_id,

Line 1761: wip_sched_relation_grp.deleteRow(

1757: and child_object_id = l_child_object_id
1758: and child_object_type_id = l_child_object_type_id
1759: and relationship_type = 1;
1760:
1761: wip_sched_relation_grp.deleteRow(
1762: p_relationshipID => l_sched_relationship_id,
1763: x_return_status => l_return_status,
1764: x_msg_count => l_msg_count,
1765: x_msg_data => l_msg_data,