DBA Data[Home] [Help]

APPS.EGO_USER_ATTRS_DATA_PVT dependencies on EGO_ATTR_TABLE

Line 5672: l_attr_name_val EGO_ATTR_TABLE;

5668: --Start 4105841 Business Event Enh
5669: l_attr_name_val_index NUMBER;
5670: l_attrs_index NUMBER;
5671: l_attr_rec EGO_ATTR_REC;
5672: l_attr_name_val EGO_ATTR_TABLE;
5673: l_dml_type VARCHAR2(10);
5674: l_dummy NUMBER;
5675: --End 4105841
5676: l_curr_attr_metadata_obj EGO_ATTR_METADATA_OBJ; -- abedajna, Bug 6134504

Line 5837: l_attr_name_val := EGO_ATTR_TABLE();

5833: Debug_Msg('In Raise_WF_Event_If_Enabled, raising event with key '||l_event_key||' and DML_TYPE '||p_dml_type, 3);
5834: -- Start 4105841
5835:
5836: l_attrs_index := px_attr_diffs.FIRST;
5837: l_attr_name_val := EGO_ATTR_TABLE();
5838: l_attr_rec := EGO_ATTR_REC('','');
5839: --- In case of update compare and add...the changed ones....
5840: l_dml_type := p_dml_type;
5841: IF l_dml_type = 'UPDATE' AND G_SYNC_TO_UPDATE = 'Y' THEN