DBA Data[Home] [Help]

APPS.BNE_LAYOUT_LOBS_PKG dependencies on FND_LOAD_UTIL

Line 162: f_luby := fnd_load_util.owner_id(x_owner);

158: -- translate values to IDs
159: l_app_id := BNE_LCT_TOOLS_PKG.ASN_TO_APP_ID(x_layout_asn);
160:
161: -- Translate owner to file_last_updated_by
162: f_luby := fnd_load_util.owner_id(x_owner);
163:
164: -- Translate char last_update_date to date
165: f_ludate := nvl(to_date(x_last_update_date, 'YYYY/MM/DD'), sysdate);
166: begin

Line 175: if (fnd_load_util.upload_test(f_luby, f_ludate, db_luby,

171: and LAYOUT_CODE = x_layout_code
172: and FILE_ID = x_file_id;
173:
174: -- Test for customization and version
175: if (fnd_load_util.upload_test(f_luby, f_ludate, db_luby,
176: db_ludate, x_custom_mode)) then
177: -- Update existing row
178: BNE_LAYOUT_LOBS_PKG.Update_Row(
179: X_APPLICATION_ID => l_app_id,