DBA Data[Home] [Help]

APPS.PON_UDA_IMPORT_PKG dependencies on EGO_USER_ATTRS_DATA_PVT

Line 1553: -- Then it executes EGO_USER_ATTRS_DATA_PVT.Process_User_Attrs_Data to execute the

1549: --Procedure:
1550: -- This procedure would execute all the procedure in a process to complete the import flow
1551: -- Starting with POPULATE_STRUCTURES, POPULATE_REMAINING_ATTRIBUTES, POPULATE_EMPTY_AGS
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:

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

1875:
1876: PON_UDA_IMPORT_PKG.DEBUG('Before VALIDATE_ROW ' || x_return_status, d_progress);
1877: PON_UDA_IMPORT_PKG.DEBUG('l_attributes_row_table.COUNT ' || l_attributes_row_table.COUNT, d_progress);
1878: IF l_attributes_row_table.COUNT > 0 THEN
1879: PON_UDA_IMPORT_PKG.DEBUG('Before EGO_USER_ATTRS_DATA_PVT.Process_User_Attrs_Data with parameters ' || x_return_status, d_progress);
1880: PON_UDA_IMPORT_PKG.DEBUG('l_base_object_name : ' || l_base_object_name, d_progress);
1881: PON_UDA_IMPORT_PKG.DEBUG('l_attributes_row_table is as follows : ', d_progress);
1882: PON_UDA_IMPORT_PKG.DEBUG(l_attributes_row_table, d_progress);
1883: PON_UDA_IMPORT_PKG.DEBUG('l_attributes_data_table is as follows : ', d_progress);

Line 1890: EGO_USER_ATTRS_DATA_PVT.Process_User_Attrs_Data

1886: PON_UDA_IMPORT_PKG.DEBUG(l_pk_column_name_value_pairs, d_progress);
1887: PON_UDA_IMPORT_PKG.DEBUG('l_class_code_name_value_pairs is as follows : ', d_progress);
1888: PON_UDA_IMPORT_PKG.DEBUG(l_class_code_name_value_pairs, d_progress);
1889: d_progress := 310;
1890: EGO_USER_ATTRS_DATA_PVT.Process_User_Attrs_Data
1891: (
1892: p_api_version => 1.0
1893: ,p_object_name => l_base_object_name
1894: ,p_attributes_row_table => l_attributes_row_table