DBA Data[Home] [Help]

APPS.BNE_PARAM_LISTS_PKG dependencies on BNE_LCT_TOOLS_PKG

Line 385: l_app_id := BNE_LCT_TOOLS_PKG.ASN_TO_APP_ID(x_param_list_asn);

381: db_luby number; -- entity owner in db
382: db_ludate date; -- entity update date in db
383: begin
384: -- translate values to IDs
385: l_app_id := BNE_LCT_TOOLS_PKG.ASN_TO_APP_ID(x_param_list_asn);
386:
387: -- Translate owner to file_last_updated_by
388: f_luby := fnd_load_util.owner_id(x_owner);
389:

Line 466: l_app_id := BNE_LCT_TOOLS_PKG.ASN_TO_APP_ID(x_param_list_asn);

462: db_luby number; -- entity owner in db
463: db_ludate date; -- entity update date in db
464: begin
465: -- translate values to IDs
466: l_app_id := BNE_LCT_TOOLS_PKG.ASN_TO_APP_ID(x_param_list_asn);
467: l_attrib_app_id := BNE_LCT_TOOLS_PKG.ASN_TO_APP_ID(x_attribute_asn);
468:
469: -- Translate owner to file_last_updated_by
470: f_luby := fnd_load_util.owner_id(x_owner);

Line 467: l_attrib_app_id := BNE_LCT_TOOLS_PKG.ASN_TO_APP_ID(x_attribute_asn);

463: db_ludate date; -- entity update date in db
464: begin
465: -- translate values to IDs
466: l_app_id := BNE_LCT_TOOLS_PKG.ASN_TO_APP_ID(x_param_list_asn);
467: l_attrib_app_id := BNE_LCT_TOOLS_PKG.ASN_TO_APP_ID(x_attribute_asn);
468:
469: -- Translate owner to file_last_updated_by
470: f_luby := fnd_load_util.owner_id(x_owner);
471: