DBA Data[Home] [Help]

APPS.PA_FP_GEN_FCST_PG_PKG dependencies on PA_FP_WP_GEN_AMT_UTILS

Line 997: l_wp_version_id := Pa_Fp_wp_gen_amt_utils.get_wp_version_id

993: END IF;
994: --dbms_output.put_line('Status of get plan version dtls api: '||X_RETURN_STATUS);
995:
996: IF P_WP_STRUCTURE_VERSION_ID IS NOT NULL THEN
997: l_wp_version_id := Pa_Fp_wp_gen_amt_utils.get_wp_version_id
998: ( p_project_id => l_fp_cols_rec.x_project_id,
999: p_plan_type_id => -1,
1000: p_proj_str_ver_id => P_WP_STRUCTURE_VERSION_ID );
1001: END IF;