DBA Data[Home] [Help]

APPS.PSB_BUDGET_REVISIONS_PVT dependencies on PSB_PARAMETERS_V

Line 2590: from PSB_PARAMETERS_V

2586: parameter_compound_annually,
2587: currency_code,
2588: effective_start_date,
2589: effective_end_date
2590: from PSB_PARAMETERS_V
2591: where p_local_parameter = 'Y'
2592: and data_extract_id = g_data_extract_id
2593: and parameter_type = 'ELEMENT'
2594: and (((effective_start_date <= p_revision_end_date)

Line 2798: from PSB_PARAMETERS_V

2794: parameter_compound_annually,
2795: currency_code,
2796: effective_start_date,
2797: effective_end_date
2798: from PSB_PARAMETERS_V
2799: where p_local_parameter = 'Y'
2800: and parameter_autoinc_rule = 'N'
2801: and data_extract_id = g_data_extract_id
2802: and parameter_type = 'POSITION'

Line 2840: from PSB_PARAMETERS_V

2836: parameter_compound_annually,
2837: currency_code,
2838: effective_start_date,
2839: effective_end_date
2840: from PSB_PARAMETERS_V
2841: where p_local_parameter = 'Y'
2842: and parameter_id = p_parameter_id
2843: and parameter_autoinc_rule = 'Y'
2844: and data_extract_id = g_data_extract_id