DBA Data[Home] [Help]

APPS.BNE_COMPONENTS_PKG dependencies on BNE_LCT_TOOLS_PKG

Line 324: l_app_id := BNE_LCT_TOOLS_PKG.ASN_TO_APP_ID(x_component_asn);

320: db_luby number; -- entity owner in db
321: db_ludate date; -- entity update date in db
322: begin
323: -- translate values to IDs
324: l_app_id := BNE_LCT_TOOLS_PKG.ASN_TO_APP_ID(x_component_asn);
325: l_param_app_id := BNE_LCT_TOOLS_PKG.ASN_TO_APP_ID(x_param_list_asn);
326:
327: -- Translate owner to file_last_updated_by
328: f_luby := fnd_load_util.owner_id(x_owner);

Line 325: l_param_app_id := BNE_LCT_TOOLS_PKG.ASN_TO_APP_ID(x_param_list_asn);

321: db_ludate date; -- entity update date in db
322: begin
323: -- translate values to IDs
324: l_app_id := BNE_LCT_TOOLS_PKG.ASN_TO_APP_ID(x_component_asn);
325: l_param_app_id := BNE_LCT_TOOLS_PKG.ASN_TO_APP_ID(x_param_list_asn);
326:
327: -- Translate owner to file_last_updated_by
328: f_luby := fnd_load_util.owner_id(x_owner);
329:

Line 408: l_app_id := BNE_LCT_TOOLS_PKG.ASN_TO_APP_ID(x_component_asn);

404: db_luby number; -- entity owner in db
405: db_ludate date; -- entity update date in db
406: begin
407: -- translate values to IDs
408: l_app_id := BNE_LCT_TOOLS_PKG.ASN_TO_APP_ID(x_component_asn);
409:
410: -- Translate owner to file_last_updated_by
411: f_luby := fnd_load_util.owner_id(x_owner);
412: