DBA Data[Home] [Help]

APPS.PSB_EXCEL_PVT dependencies on PSB_PAY_ELEMENT_RATES

Line 1356: from PSB_PAY_ELEMENT_RATES a,

1352: a.element_value,
1353: a.formula_id,
1354: a.effective_start_date,
1355: a.effective_end_date
1356: from PSB_PAY_ELEMENT_RATES a,
1357: PSB_PAY_ELEMENTS b
1358: where (a.worksheet_id is null or a.worksheet_id = g_global_worksheet_id)
1359: and a.currency_code = g_currency_code
1360: and a.element_value_type = 'PS'