DBA Data[Home] [Help]

APPS.PSP_PSO_BUS dependencies on PSP_SALARY_CAPS

Line 246: FROM psp_salary_caps

242:
243: --Cursor date_selection_csr: Select the dates for the accounts(other than the current one) of this organization.
244: CURSOR salary_cap_date_selection_csr IS
245: SELECT start_date, end_date
246: FROM psp_salary_caps
247: WHERE funding_source_code = p_funding_source_code
248: AND currency_code = p_currency_code;
249:
250: CURSOR date_selection_csr IS