DBA Data[Home] [Help]

APPS.IBW_PAGES_PUB dependencies on FND_LOOKUP_VALUES

Line 631: FROM FND_LOOKUP_VALUES

627: end_date_active, territory_code, attribute5, attribute6,
628: attribute7, attribute8, attribute9, attribute10, attribute11,
629: attribute12, attribute13, attribute14, attribute15, meaning,
630: description
631: FROM FND_LOOKUP_VALUES
632: WHERE lookup_type = 'IBW_SITE_AREA'
633: AND lookup_code = TO_CHAR (x_site_area_id)
634: and language=userenv('Lang');
635: dbms_output.put_line('tryin to update lookups');

Line 636: FND_LOOKUP_VALUES_PKG.UPDATE_ROW (lookup_type,

632: WHERE lookup_type = 'IBW_SITE_AREA'
633: AND lookup_code = TO_CHAR (x_site_area_id)
634: and language=userenv('Lang');
635: dbms_output.put_line('tryin to update lookups');
636: FND_LOOKUP_VALUES_PKG.UPDATE_ROW (lookup_type,
637: security_group_id,
638: view_application_id,
639: lookup_code,
640: tag,