DBA Data[Home] [Help]

APPS.CSI_PARTY_RELATIONSHIPS_PUB dependencies on CSI_II_RELATIONSHIPS_PVT

Line 741: l_ii_relationship_level_tbl csi_ii_relationships_pvt.ii_relationship_level_tbl;

737: l_site_use_tbl csi_party_relationships_pvt.site_use_tbl;
738: l_account_count_rec csi_party_relationships_pvt.account_count_rec;
739: p_rel_query_rec csi_datastructures_pub.relationship_query_rec;
740: l_rel_tbl csi_datastructures_pub.ii_relationship_tbl;
741: l_ii_relationship_level_tbl csi_ii_relationships_pvt.ii_relationship_level_tbl;
742: l_cascade_ownership_uimu VARCHAR2(1) :='N'; --Added for Bug 10414588
743: l_force_cascade VARCHAR2(1) :='N'; --Added for Bug 10414588
744:
745: -- Added by sk on 12/06/01 for contracts TRF fix bug 2133944

Line 1567: csi_ii_relationships_pvt.Get_Children

1563: p_rel_query_rec.relationship_type_code := 'COMPONENT-OF';
1564: --
1565: IF p_rel_query_rec.object_id IS NOT NULL AND
1566: p_rel_query_rec.object_id <> FND_API.G_MISS_NUM THEN
1567: csi_ii_relationships_pvt.Get_Children
1568: ( p_relationship_query_rec => p_rel_query_rec,
1569: p_rel_tbl => l_rel_tbl,
1570: p_depth => NULL,
1571: p_active_relationship_only => FND_API.G_TRUE,

Line 2561: l_ii_relationship_level_tbl csi_ii_relationships_pvt.ii_relationship_level_tbl;

2557: l_party_id NUMBER;
2558: p_rel_query_rec csi_datastructures_pub.relationship_query_rec;
2559: l_rel_tbl csi_datastructures_pub.ii_relationship_tbl;
2560: l_object_id NUMBER;
2561: l_ii_relationship_level_tbl csi_ii_relationships_pvt.ii_relationship_level_tbl;
2562: px_oks_txn_inst_tbl oks_ibint_pub.txn_instance_tbl;
2563: BEGIN
2564: -- Standard Start of API savepoint
2565: SAVEPOINT update_inst_party_acct_pub;

Line 2721: csi_ii_relationships_pvt.Get_Children

2717: IF l_object_id IS NOT NULL THEN
2718: p_rel_query_rec.object_id := l_object_id;
2719: p_rel_query_rec.relationship_type_code := 'COMPONENT-OF';
2720: --
2721: csi_ii_relationships_pvt.Get_Children
2722: ( p_relationship_query_rec => p_rel_query_rec,
2723: p_rel_tbl => l_rel_tbl,
2724: p_depth => NULL,
2725: p_active_relationship_only => FND_API.G_TRUE,