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 1128: wip_sched_relation_grp.deleteRow(

1124: and child_object_id = l_next_object_id
1125: and child_object_type_id = l_next_object_type_id
1126: and relationship_type = 2;
1127:
1128: wip_sched_relation_grp.deleteRow(
1129: p_relationshipID => l_sched_relationship_id,
1130: x_return_status => l_return_status,
1131: x_msg_count => l_msg_count,
1132: x_msg_data => l_msg_data,

Line 1478: wip_sched_relation_grp.insertRow(

1474: x_return_status := FND_API.G_RET_STS_ERROR;
1475: return;
1476: END IF;
1477:
1478: wip_sched_relation_grp.insertRow(
1479: p_parentObjectID => l_prior_object_id,
1480: p_parentObjectTypeID => l_prior_object_type_id,
1481: p_childObjectID => l_next_object_id,
1482: p_childObjectTypeID => l_next_object_type_id,

Line 1735: wip_sched_relation_grp.deleteRow(

1731: and child_object_id = l_child_object_id
1732: and child_object_type_id = l_child_object_type_id
1733: and relationship_type = 1;
1734:
1735: wip_sched_relation_grp.deleteRow(
1736: p_relationshipID => l_sched_relationship_id,
1737: x_return_status => l_return_status,
1738: x_msg_count => l_msg_count,
1739: x_msg_data => l_msg_data,