DBA Data[Home] [Help]

APPS.PA_FP_GEN_FCST_PG_PKG dependencies on PA_FP_WP_GEN_AMT_UTILS

Line 1206: l_wp_version_id := Pa_Fp_wp_gen_amt_utils.get_wp_version_id

1202: END IF;
1203: --dbms_output.put_line('Status of get plan version dtls api: '||X_RETURN_STATUS);
1204:
1205: IF P_WP_STRUCTURE_VERSION_ID IS NOT NULL THEN
1206: l_wp_version_id := Pa_Fp_wp_gen_amt_utils.get_wp_version_id
1207: ( p_project_id => l_fp_cols_rec.x_project_id,
1208: p_plan_type_id => -1,
1209: p_proj_str_ver_id => P_WP_STRUCTURE_VERSION_ID );
1210: END IF;