DBA Data[Home] [Help]

APPS.CSI_ITEM_INSTANCE_GRP dependencies on CSI_II_RELATIONSHIPS

Line 10088: from CSI_II_RELATIONSHIPS

10084: LOOP
10085: Begin
10086: select relationship_id,object_id
10087: into l_relationship_id,l_object_id
10088: from CSI_II_RELATIONSHIPS
10089: where subject_id = l_subject_id
10090: and relationship_type_code = l_rel_type_code
10091: and ((active_end_date is null) or (active_end_date > sysdate));
10092: --

Line 11017: csi_ii_relationships_pub.create_relationship

11013: --
11014: csi_gen_utility_pvt.put_line('Relationship Count is '||to_char(l_grp_rel_tbl.count));
11015: IF l_grp_rel_tbl.count > 0 THEN
11016: csi_gen_utility_pvt.put_line('Calling Create Relationship PUB...');
11017: csi_ii_relationships_pub.create_relationship
11018: (
11019: p_api_version => 1.0,
11020: p_commit => fnd_api.g_false,
11021: p_init_msg_list => fnd_api.g_true,