DBA Data[Home] [Help]

APPS.BNE_GRAPH_COLUMNS_PKG dependencies on BNE_LCT_TOOLS_PKG

Line 206: l_app_id := BNE_LCT_TOOLS_PKG.ASN_TO_APP_ID(x_integrator_asn);

202: db_luby number; -- entity owner in db
203: db_ludate date; -- entity update date in db
204: begin
205: -- translate values to IDs
206: l_app_id := BNE_LCT_TOOLS_PKG.ASN_TO_APP_ID(x_integrator_asn);
207: l_interface_app_id := BNE_LCT_TOOLS_PKG.ASN_TO_APP_ID(x_interface_asn);
208:
209: -- Translate owner to file_last_updated_by
210: f_luby := fnd_load_util.owner_id(x_owner);

Line 207: l_interface_app_id := BNE_LCT_TOOLS_PKG.ASN_TO_APP_ID(x_interface_asn);

203: db_ludate date; -- entity update date in db
204: begin
205: -- translate values to IDs
206: l_app_id := BNE_LCT_TOOLS_PKG.ASN_TO_APP_ID(x_integrator_asn);
207: l_interface_app_id := BNE_LCT_TOOLS_PKG.ASN_TO_APP_ID(x_interface_asn);
208:
209: -- Translate owner to file_last_updated_by
210: f_luby := fnd_load_util.owner_id(x_owner);
211: