DBA Data[Home] [Help]

APPS.PA_FP_GEN_PUB dependencies on PA_RES_LIST_MAP_TMP1

Line 1984: * PA_RES_LIST_MAP_TMP1 table should be populated with resources to be

1980: * carried over when the generation FP/WP source is None time-phased and
1981: * the target forecast version is time phased.
1982: *
1983: * Before calling this API, the TXN_RESOURCE_ASSIGNMENT_ID column of the
1984: * PA_RES_LIST_MAP_TMP1 table should be populated with resources to be
1985: * processed. Furthermore, the PA_FP_CALC_AMT_TMP1 table should contain
1986: * the resource mapping and ETC source code information for said resources.
1987: *
1988: * An Invalid Argument Exception will be raised if the p_fp_cols_rec

Line 2196: PA_RES_LIST_MAP_TMP1 tmp1,

2192: l_rate_func_curr_code_tab,
2193: l_org_id_tab,
2194: l_res_rate_based_flag_tab -- Added for IPM ER
2195: FROM PA_RESOURCE_ASSIGNMENTS RA,
2196: PA_RES_LIST_MAP_TMP1 tmp1,
2197: PA_FP_CALC_AMT_TMP1 map
2198: WHERE RA.budget_version_id = l_src_version_id
2199: AND RA.resource_assignment_id = map.resource_assignment_id
2200: AND map.target_res_asg_id = tmp1.txn_resource_assignment_id