DBA Data[Home] [Help]

APPS.PA_FUNDING_CORE dependencies on PA_AGREEMENT_UTILS

Line 1436: --Called subprograms: pa_agreement_utils.summary_fundings_insert_row

1432: --Name: summary_fundings_update_row
1433: --Type: Procedure
1434: --Description: This procedure updates row(s) in to PA_SUMMARY_PROJECT_FUNDINGS.
1435: --
1436: --Called subprograms: pa_agreement_utils.summary_fundings_insert_row
1437: --
1438: --
1439: --
1440: --History:

Line 1717: pa_agreement_utils.get_agr_curr_code(p_agreement_id);

1713:
1714: x_err_code := 0;
1715: x_err_msg := NULL;
1716: p_funding_currency_code :=
1717: pa_agreement_utils.get_agr_curr_code(p_agreement_id);
1718:
1719: /* Added for bug 5478703 */
1720: IF p_project_rate_type is not null
1721: THEN