DBA Data[Home] [Help]

APPS.BNE_LAYOUT_BLOCKS_PKG dependencies on FND_LOAD_UTIL

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

563: -- translate values to IDs
564: l_app_id := BNE_LCT_TOOLS_PKG.ASN_TO_APP_ID(x_layout_asn);
565:
566: -- Translate owner to file_last_updated_by
567: f_luby := fnd_load_util.owner_id(x_owner);
568:
569: -- Translate char last_update_date to date
570: f_ludate := nvl(to_date(x_last_update_date, 'YYYY/MM/DD'), sysdate);
571: begin

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

577: and BLOCK_ID = x_block_id
578: and LANGUAGE = userenv('LANG');
579:
580: -- Test for customization and version
581: if (fnd_load_util.upload_test(f_luby, f_ludate, db_luby,
582: db_ludate, x_custom_mode)) then
583:
584: update BNE_LAYOUT_BLOCKS_TL
585: set USER_NAME = x_user_name,

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

665: -- translate values to IDs
666: l_app_id := BNE_LCT_TOOLS_PKG.ASN_TO_APP_ID(x_layout_asn);
667:
668: -- Translate owner to file_last_updated_by
669: f_luby := fnd_load_util.owner_id(x_owner);
670:
671: -- Translate char last_update_date to date
672: f_ludate := nvl(to_date(x_last_update_date, 'YYYY/MM/DD'), sysdate);
673: begin

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

678: and LAYOUT_CODE = x_layout_code
679: and BLOCK_ID = x_block_id;
680:
681: -- Test for customization and version
682: if (fnd_load_util.upload_test(f_luby, f_ludate, db_luby,
683: db_ludate, x_custom_mode)) then
684: -- Update existing row
685: BNE_LAYOUT_BLOCKS_PKG.Update_Row(
686: X_APPLICATION_ID => l_app_id,