DBA Data[Home] [Help]

APPS.BNE_INTERFACE_KEYS_PKG dependencies on BNE_LCT_TOOLS_PKG

Line 185: l_app_id := BNE_LCT_TOOLS_PKG.ASN_TO_APP_ID(x_key_asn);

181: db_luby number; -- entity owner in db
182: db_ludate date; -- entity update date in db
183: begin
184: -- translate values to IDs
185: l_app_id := BNE_LCT_TOOLS_PKG.ASN_TO_APP_ID(x_key_asn);
186: l_interface_app_id := BNE_LCT_TOOLS_PKG.ASN_TO_APP_ID(x_interface_asn);
187:
188: -- Translate owner to file_last_updated_by
189: f_luby := fnd_load_util.owner_id(x_owner);

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

182: db_ludate date; -- entity update date in db
183: begin
184: -- translate values to IDs
185: l_app_id := BNE_LCT_TOOLS_PKG.ASN_TO_APP_ID(x_key_asn);
186: l_interface_app_id := BNE_LCT_TOOLS_PKG.ASN_TO_APP_ID(x_interface_asn);
187:
188: -- Translate owner to file_last_updated_by
189: f_luby := fnd_load_util.owner_id(x_owner);
190: