DBA Data[Home] [Help]

APPS.EGO_TRANSACTION_ATTRS_PVT dependencies on EGO_EXT_FWK_PUB

Line 225: EGO_EXT_FWK_PUB.Create_Attribute_Group

221: l_ag_desc := l_ag_int_name;
222:
223:
224: /* Create a attribute group to keep sync with existing framework*/
225: EGO_EXT_FWK_PUB.Create_Attribute_Group
226: ( p_api_version => 1.0,
227: p_application_id => G_APPLICATION_ID ,
228: p_attr_group_type => l_ag_type,
229: p_internal_name => l_ag_int_name,

Line 310: EGO_EXT_FWK_PUB.Create_Attribute

306: AND VIEW_APPLICATION_ID = 0
307: AND LOOKUP_CODE = 'Y';
308:
309: /* Call below API to create transaction atribute*/
310: EGO_EXT_FWK_PUB.Create_Attribute
311: ( p_api_version => 1.0
312: ,p_application_id => G_APPLICATION_ID
313: ,p_attr_group_type => l_ag_type
314: ,p_attr_group_name => l_ag_int_name

Line 355: EGO_EXT_FWK_PUB.Create_Association(

351: FND_MSG_PUB.Count_And_Get(p_encoded => FND_API.G_FALSE
352: ,p_count => x_msg_count
353: ,p_data => x_msg_data);
354: END;
355: EGO_EXT_FWK_PUB.Create_Association(
356: p_api_version => 1.0 ,
357: p_object_id => l_item_obj_id,
358: p_classification_code => l_item_cat_group_id ,
359: p_data_level => 'ITEM_REVISION_LEVEL',

Line 1697: /*EGO_EXT_FWK_PUB.Update_Attribute (

1693: FROM ego_obj_ag_assocs_b
1694: where association_id = l_association_id);
1695:
1696:
1697: /*EGO_EXT_FWK_PUB.Update_Attribute (
1698: p_api_version => 1.0
1699: ,p_application_id => G_APPLICATION_ID
1700: ,p_attr_group_type => l_ag_type
1701: ,p_attr_group_name => l_ag_int_name