DBA Data[Home] [Help]

APPS.CSI_ITEM_INSTANCE_GRP dependencies on CSI_II_RELATIONSHIPS

Line 9533: from CSI_II_RELATIONSHIPS

9529: LOOP
9530: Begin
9531: select relationship_id,object_id
9532: into l_relationship_id,l_object_id
9533: from CSI_II_RELATIONSHIPS
9534: where subject_id = l_subject_id
9535: and relationship_type_code = l_rel_type_code
9536: and ((active_end_date is null) or (active_end_date > sysdate));
9537: --

Line 10442: csi_ii_relationships_pub.create_relationship

10438: --
10439: csi_gen_utility_pvt.put_line('Relationship Count is '||to_char(l_grp_rel_tbl.count));
10440: IF l_grp_rel_tbl.count > 0 THEN
10441: csi_gen_utility_pvt.put_line('Calling Create Relationship PUB...');
10442: csi_ii_relationships_pub.create_relationship
10443: (
10444: p_api_version => 1.0,
10445: p_commit => fnd_api.g_false,
10446: p_init_msg_list => fnd_api.g_true,