DBA Data[Home] [Help]

APPS.BNE_STORED_SQL_PKG dependencies on BNE_LCT_TOOLS_PKG

Line 178: l_app_id := BNE_LCT_TOOLS_PKG.ASN_TO_APP_ID(x_content_asn);

174: db_luby number; -- entity owner in db
175: db_ludate date; -- entity update date in db
176: begin
177: -- translate values to IDs
178: l_app_id := BNE_LCT_TOOLS_PKG.ASN_TO_APP_ID(x_content_asn);
179: l_query_app_id := BNE_LCT_TOOLS_PKG.ASN_TO_APP_ID(x_query_app_asn);
180:
181: -- Translate owner to file_last_updated_by
182: f_luby := fnd_load_util.owner_id(x_owner);

Line 179: l_query_app_id := BNE_LCT_TOOLS_PKG.ASN_TO_APP_ID(x_query_app_asn);

175: db_ludate date; -- entity update date in db
176: begin
177: -- translate values to IDs
178: l_app_id := BNE_LCT_TOOLS_PKG.ASN_TO_APP_ID(x_content_asn);
179: l_query_app_id := BNE_LCT_TOOLS_PKG.ASN_TO_APP_ID(x_query_app_asn);
180:
181: -- Translate owner to file_last_updated_by
182: f_luby := fnd_load_util.owner_id(x_owner);
183: