DBA Data[Home] [Help]

VIEW: APPS.PA_RBS_HEADERS_AMG_V

Source

View Text - Preformatted

SELECT rh.rbs_header_id, rh.effective_from_date, rh.effective_to_date, rh.business_group_id, bg.name, rh.use_for_alloc_flag, rh.name, rh.description FROM pa_rbs_headers_vl rh, per_business_groups bg WHERE bg.business_group_id = rh.business_group_id
View Text - HTML Formatted

SELECT RH.RBS_HEADER_ID
, RH.EFFECTIVE_FROM_DATE
, RH.EFFECTIVE_TO_DATE
, RH.BUSINESS_GROUP_ID
, BG.NAME
, RH.USE_FOR_ALLOC_FLAG
, RH.NAME
, RH.DESCRIPTION
FROM PA_RBS_HEADERS_VL RH
, PER_BUSINESS_GROUPS BG
WHERE BG.BUSINESS_GROUP_ID = RH.BUSINESS_GROUP_ID