DBA Data[Home] [Help]

APPS.PA_PROJ_FP_OPTIONS_PUB dependencies on PA_PROJ_FP_OPTIONS_PKG

Line 34: -- PA_PROJ_FP_OPTIONS_PKG.Insert_Row table handler.

30:
31: -- 26-JUN-2003 jwhite - Plannable Task HQ Dev Effort:
32: -- Make code changes to Create_FP_Option procedure to
33: -- enable population of new parameters on
34: -- PA_PROJ_FP_OPTIONS_PKG.Insert_Row table handler.
35:
36: --
37: r11.5 FP.M Developement ----------------------------------
38:

Line 42: - PA_PROJ_FP_OPTIONS_PKG.update_row parm list

38:
39: 08-JAN-2004 jwhite Bug 3362316 (HQ)
40: Rewrote Create_Fp_Option.
41: - FP_COL Record specifiation definition
42: - PA_PROJ_FP_OPTIONS_PKG.update_row parm list
43: - PA_PROJ_FP_OPTIONS_PKG.insert_row parm list
44:
45: 3/30/2004 Raja FP M Dev Effort Copy Project Impact:
46: When versions are being copied across projects genration source plan versions

Line 43: - PA_PROJ_FP_OPTIONS_PKG.insert_row parm list

39: 08-JAN-2004 jwhite Bug 3362316 (HQ)
40: Rewrote Create_Fp_Option.
41: - FP_COL Record specifiation definition
42: - PA_PROJ_FP_OPTIONS_PKG.update_row parm list
43: - PA_PROJ_FP_OPTIONS_PKG.insert_row parm list
44:
45: 3/30/2004 Raja FP M Dev Effort Copy Project Impact:
46: When versions are being copied across projects genration source plan versions
47: can not be copied as they are. So, all gen source version id columns would be null

Line 244: to the Table Handlers PA_PROJ_FP_OPTIONS_PKG.update_row and insert_row. */

240: ELSE /* M22-AUG: if target is not null get values from target */
241: /* If the Target Project Option ID is not NULL, then get the Plan_Type_ID
242: and other columns from the database for this Proj FP Option ID so that even if
243: NULL values are passed in the parameters, the database values retrieved are passed
244: to the Table Handlers PA_PROJ_FP_OPTIONS_PKG.update_row and insert_row. */
245:
246: IF P_PA_DEBUG_MODE = 'Y' THEN
247: pa_debug.g_err_stage := TO_CHAR(l_Stage)||': target option id is not null. Populating from target';
248: pa_debug.write('Create_FP_Option: ' || l_module_name,pa_debug.g_err_stage,5);

Line 1153: PA_PROJ_FP_OPTIONS_PKG.update_row

1149: END IF;
1150:
1151: -- Bug 3362316, 08-JAN-2003: Added New FP.M Columns --------------------------
1152:
1153: PA_PROJ_FP_OPTIONS_PKG.update_row
1154: ( p_proj_fp_options_id => px_target_proj_fp_option_id
1155: ,p_record_version_number => NULL
1156: ,p_project_id => p_target_project_id
1157: ,p_fin_plan_option_level_code => l_target_option_level_code

Line 1300: PA_PROJ_FP_OPTIONS_PKG.Insert_Row

1296: END IF;
1297:
1298: -- Bug 3362316, 08-JAN-2003: Added New FP.M Columns --------------------------
1299:
1300: PA_PROJ_FP_OPTIONS_PKG.Insert_Row
1301: ( px_proj_fp_options_id => px_target_proj_fp_option_id
1302: ,p_project_id => p_target_project_id
1303: ,p_fin_plan_option_level_code => l_target_option_level_code
1304: ,p_fin_plan_type_id => l_plan_type_id