DBA Data[Home] [Help]

APPS.PA_FP_GEN_PUB dependencies on PA_RES_LIST_MAP_TMP1

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

1993: * carried over when the generation FP/WP source is None time-phased and
1994: * the target forecast version is time phased.
1995: *
1996: * Before calling this API, the TXN_RESOURCE_ASSIGNMENT_ID column of the
1997: * PA_RES_LIST_MAP_TMP1 table should be populated with resources to be
1998: * processed. Furthermore, the PA_FP_CALC_AMT_TMP1 table should contain
1999: * the resource mapping and ETC source code information for said resources.
2000: *
2001: * An Invalid Argument Exception will be raised if the p_fp_cols_rec

Line 2209: PA_RES_LIST_MAP_TMP1 tmp1,

2205: l_rate_func_curr_code_tab,
2206: l_org_id_tab,
2207: l_res_rate_based_flag_tab -- Added for IPM ER
2208: FROM PA_RESOURCE_ASSIGNMENTS RA,
2209: PA_RES_LIST_MAP_TMP1 tmp1,
2210: PA_FP_CALC_AMT_TMP1 map
2211: WHERE RA.budget_version_id = l_src_version_id
2212: AND RA.resource_assignment_id = map.resource_assignment_id
2213: AND map.target_res_asg_id = tmp1.txn_resource_assignment_id