DBA Data[Home] [Help]

APPS.PON_UDA_IMPORT_PKG dependencies on EGO_USER_ATTRS_DATA_PUB

Line 1556: -- EGO_USER_ATTRS_DATA_PUB.Process_User_Attrs_Data.

1552: -- EXECUTE_IMPORT_UDA_FUNCTION with event 'XD' followed by 'XLE'
1553: -- Then it executes EGO_USER_ATTRS_DATA_PVT.Process_User_Attrs_Data to execute the
1554: -- EGO validations and then EXECUTE_IMPORT_UDA_FUNCTION with event 'XV'
1555: -- Then loads the data into the appropriate EXT tables using the procedure
1556: -- EGO_USER_ATTRS_DATA_PUB.Process_User_Attrs_Data.
1557: --Parameters:
1558: --IN:
1559: -- 1. p_attr_grp_type
1560: -- The attribute Group Type (Entity Type)

Line 2078: PON_UDA_IMPORT_PKG.DEBUG('Before EGO_USER_ATTRS_DATA_PUB.Process_User_Attrs_Data with parameters ' || x_return_status, d_progress);

2074:
2075: PON_UDA_IMPORT_PKG.DEBUG('Before Process_User_Attrs_Data ' || x_return_status, d_progress);
2076: PON_UDA_IMPORT_PKG.DEBUG('l_attributes_row_table.COUNT ' || l_attributes_row_table.COUNT, d_progress);
2077: IF l_attributes_row_table.COUNT > 0 THEN
2078: PON_UDA_IMPORT_PKG.DEBUG('Before EGO_USER_ATTRS_DATA_PUB.Process_User_Attrs_Data with parameters ' || x_return_status, d_progress);
2079: PON_UDA_IMPORT_PKG.DEBUG('l_base_object_name : ' || l_base_object_name, d_progress);
2080: PON_UDA_IMPORT_PKG.DEBUG('l_attributes_row_table is as follows : ', d_progress);
2081: PON_UDA_IMPORT_PKG.DEBUG(l_attributes_row_table, d_progress);
2082: PON_UDA_IMPORT_PKG.DEBUG('l_attributes_data_table is as follows : ', d_progress);

Line 2089: EGO_USER_ATTRS_DATA_PUB.Process_User_Attrs_Data

2085: PON_UDA_IMPORT_PKG.DEBUG(l_pk_column_name_value_pairs, d_progress);
2086: PON_UDA_IMPORT_PKG.DEBUG('l_class_code_name_value_pairs is as follows : ', d_progress);
2087: PON_UDA_IMPORT_PKG.DEBUG(l_class_code_name_value_pairs, d_progress);
2088: d_progress := 500;
2089: EGO_USER_ATTRS_DATA_PUB.Process_User_Attrs_Data
2090: (
2091: p_api_version => 1.0
2092: ,p_object_name => l_base_object_name
2093: ,p_attributes_row_table => l_attributes_row_table