DBA Data[Home] [Help]

APPS.PSB_WS_POS3 dependencies on PSB_PARAMETER_ASSIGNMENTS_V

Line 278: from PSB_PARAMETER_ASSIGNMENTS_V

274: parameter_compound_annually,
275: currency_code,
276: effective_start_date,
277: effective_end_date
278: from PSB_PARAMETER_ASSIGNMENTS_V
279: where data_extract_id = l_data_extract_id
280: and parameter_type = 'ELEMENT'
281: and (((effective_start_date <= Year_End_Date)
282: and (effective_end_date is null))

Line 1819: from PSB_PARAMETER_ASSIGNMENTS_V

1815: parameter_compound_annually,
1816: currency_code,
1817: effective_start_date,
1818: effective_end_date
1819: from PSB_PARAMETER_ASSIGNMENTS_V
1820: where parameter_autoinc_rule = 'N'
1821: and data_extract_id = l_data_extract_id
1822: and parameter_type = 'POSITION'
1823: and (((effective_start_date <= Year_End_Date)

Line 1841: from PSB_PARAMETER_ASSIGNMENTS_V

1837: parameter_compound_annually,
1838: currency_code,
1839: effective_start_date,
1840: effective_end_date
1841: from PSB_PARAMETER_ASSIGNMENTS_V
1842: where parameter_autoinc_rule = 'Y'
1843: and data_extract_id = l_data_extract_id
1844: and parameter_type = 'POSITION'
1845: and (((effective_start_date <= End_Date)