DBA Data[Home] [Help]

APPS.CSE_ASSET_WIP_PKG dependencies on CSI_II_RELATIONSHIPS_PUB

Line 93: csi_ii_relationships_pub.get_relationships(

89: ---get all the immediate children of p_top_instance_id
90: l_relationship_query_rec.object_id := p_top_instance_id ;
91: l_relationship_query_rec.relationship_type_code := 'COMPONENT-OF' ;
92:
93: csi_ii_relationships_pub.get_relationships(
94: p_api_version => 1.0,
95: p_commit => fnd_api.g_false,
96: p_init_msg_list => fnd_api.g_true,
97: p_validation_level => fnd_api.g_valid_level_full,