DBA Data[Home] [Help]

APPS.PO_UDA_TEMPLATES_UTIL dependencies on EGO_OBJ_AG_ASSOCS_B

Line 5823: FROM ego_obj_ag_assocs_b

5819:
5820: --Get the real attribute group id
5821: SELECT attr_group_id,classification_code
5822: INTO l_real_attr_grp_id,l_template_id
5823: FROM ego_obj_ag_assocs_b
5824: WHERE association_id = p_association_id;
5825:
5826: --Get the real data level id
5827: SELECT data_level

Line 5829: FROM ego_obj_ag_assocs_b

5825:
5826: --Get the real data level id
5827: SELECT data_level
5828: INTO l_real_data_level
5829: FROM ego_obj_ag_assocs_b
5830: WHERE classification_code = l_template_id
5831: AND attr_group_id = l_real_attr_grp_id;
5832:
5833: --delete association for the real attribute..no chnage in parameters

Line 5878: FROM ego_obj_ag_assocs_b

5874:
5875: --Get the dummy association id.
5876: SELECT association_id
5877: INTO l_dummy_associaton_id
5878: FROM ego_obj_ag_assocs_b
5879: WHERE attr_group_id = l_dummy_attr_grp_id AND classification_code = l_template_name AND data_level= l_dummy_data_level;
5880:
5881: ego_ext_fwk_pub.Delete_Association(
5882: p_api_version => 1.0, -- IN NUMBER