DBA Data[Home] [Help]

APPS.PA_RBS_HEADER_PUB dependencies on PA_RBS_HEADERS_TL

Line 180: Pa_Rbs_Headers_TL

176: Name
177: Into
178: l_Name
179: From
180: Pa_Rbs_Headers_TL
181: Where
182: Rbs_Header_Id = P_RbsHeaderId
183: And language = USERENV('LANG');
184:

Line 194: Pa_Rbs_Headers_TL TL ,

190: Count(*)
191: Into
192: l_Count
193: From
194: Pa_Rbs_Headers_TL TL ,
195: pa_rbs_headers_B B --16437884
196: Where
197: TL.Name = P_Name
198: AND B.RBS_HEADER_ID=TL.RBS_HEADER_ID --16437884

Line 545: -- : -- If no errors are encounterd it inserts the Rbs header into pa_rbs_headers_b and pa_rbs_headers_tl table.

541: -- : This API will be called from following page:
542: -- : 1.Rbs Header Page
543:
544: -- Note : This API will does all the business validations.
545: -- : -- If no errors are encounterd it inserts the Rbs header into pa_rbs_headers_b and pa_rbs_headers_tl table.
546: -- : -- The validations made are
547: -- : -- Rbs Header name should be unique
548: -- : -- Rbs Header name should not be null
549: -- : -- Rbs From date cannot be null

Line 687: Pa_Rbs_Headers_TL TL ,

683: Count(*)
684: Into
685: l_Count
686: From
687: Pa_Rbs_Headers_TL TL ,
688: pa_rbs_headers_B B --16437884
689: Where
690: TL.Name = P_Name
691: AND B.RBS_HEADER_ID=TL.RBS_HEADER_ID --16437884