DBA Data[Home] [Help]

APPS.CN_PLAN_ELEMENT_PUB dependencies on CN_PLAN_ELEMENT_CUHK

Line 2111: cn_plan_element_cuhk.create_plan_element_pre (p_api_version => p_api_version,

2107:
2108: /* pre processing call */
2109: IF jtf_usr_hks.ok_to_execute ('CN_PLAN_ELEMENT_PUB', 'CREATE_PLAN_ELEMENT', 'B', 'C')
2110: THEN
2111: cn_plan_element_cuhk.create_plan_element_pre (p_api_version => p_api_version,
2112: p_init_msg_list => p_init_msg_list,
2113: p_commit => fnd_api.g_false,
2114: p_validation_level => p_validation_level,
2115: x_return_status => x_return_status,

Line 2561: cn_plan_element_cuhk.create_plan_element_post (p_api_version => p_api_version,

2557: END IF;
2558:
2559: IF jtf_usr_hks.ok_to_execute ('CN_PLAN_ELEMENT_PUB', 'CREATE_PLAN_ELEMENT', 'A', 'C')
2560: THEN
2561: cn_plan_element_cuhk.create_plan_element_post (p_api_version => p_api_version,
2562: p_init_msg_list => p_init_msg_list,
2563: p_commit => fnd_api.g_false,
2564: p_validation_level => p_validation_level,
2565: x_return_status => x_return_status,

Line 2589: IF (cn_plan_element_cuhk.ok_to_generate_msg (p_plan_element_rec => l_p_plan_element_rec,

2585:
2586: /* Following code is for message generation */
2587: IF jtf_usr_hks.ok_to_execute ('CN_PLAN_ELEMENT_PUB', 'CREATE_PLAN_ELEMENT', 'M', 'M')
2588: THEN
2589: IF (cn_plan_element_cuhk.ok_to_generate_msg (p_plan_element_rec => l_p_plan_element_rec,
2590: p_revenue_class_rec_tbl => l_p_revenue_class_rec_tbl,
2591: p_rev_uplift_rec_tbl => l_p_rev_uplift_rec_tbl,
2592: p_trx_factor_rec_tbl => l_p_trx_factor_rec_tbl,
2593: p_period_quotas_rec_tbl => l_p_period_quotas_rec_tbl,

Line 2875: cn_plan_element_cuhk.update_plan_element_pre (p_api_version => p_api_version,

2871:
2872: /* pre processing call */
2873: IF jtf_usr_hks.ok_to_execute ('CN_PLAN_ELEMENT_PUB', 'UPDATE_PLAN_ELEMENT', 'B', 'C')
2874: THEN
2875: cn_plan_element_cuhk.update_plan_element_pre (p_api_version => p_api_version,
2876: p_init_msg_list => p_init_msg_list,
2877: p_commit => fnd_api.g_false,
2878: p_validation_level => p_validation_level,
2879: x_return_status => x_return_status,

Line 3431: cn_plan_element_cuhk.update_plan_element_post (p_api_version => p_api_version,

3427: END IF;
3428:
3429: IF jtf_usr_hks.ok_to_execute ('CN_PLAN_ELEMENT_PUB', 'UPDATE_PLAN_ELEMENT', 'A', 'C')
3430: THEN
3431: cn_plan_element_cuhk.update_plan_element_post (p_api_version => p_api_version,
3432: p_init_msg_list => p_init_msg_list,
3433: p_commit => fnd_api.g_false,
3434: p_validation_level => p_validation_level,
3435: x_return_status => x_return_status,

Line 3460: IF (cn_plan_element_cuhk.ok_to_generate_msg (p_plan_element_rec => l_p_new_plan_element_rec,

3456:
3457: /* Following code is for message generation */
3458: IF jtf_usr_hks.ok_to_execute ('CN_PLAN_ELEMENT_PUB', 'UPDATE_PLAN_ELEMENT', 'M', 'M')
3459: THEN
3460: IF (cn_plan_element_cuhk.ok_to_generate_msg (p_plan_element_rec => l_p_new_plan_element_rec,
3461: p_revenue_class_rec_tbl => l_p_revenue_class_rec_tbl,
3462: p_rev_uplift_rec_tbl => l_p_rev_uplift_rec_tbl,
3463: p_trx_factor_rec_tbl => l_p_trx_factor_rec_tbl,
3464: p_period_quotas_rec_tbl => l_p_period_quotas_rec_tbl,

Line 3842: cn_plan_element_cuhk.delete_plan_element_pre (p_api_version => p_api_version,

3838:
3839: /* 1. Calling BEFORE-CUSTOM Hook */
3840: IF jtf_usr_hks.ok_to_execute ('CN_PLAN_ELEMENT_PUB', 'DELETE_PLAN_ELEMENT', 'B', 'C')
3841: THEN
3842: cn_plan_element_cuhk.delete_plan_element_pre (p_api_version => p_api_version,
3843: p_init_msg_list => p_init_msg_list,
3844: p_commit => fnd_api.g_false,
3845: p_validation_level => p_validation_level,
3846: x_return_status => x_return_status,

Line 4013: cn_plan_element_cuhk.delete_plan_element_post (p_api_version => p_api_version,

4009: END IF;
4010:
4011: IF jtf_usr_hks.ok_to_execute ('CN_PLAN_ELEMENT_PUB', 'DELETE_PLAN_ELEMENT', 'A', 'C')
4012: THEN
4013: cn_plan_element_cuhk.delete_plan_element_post (p_api_version => p_api_version,
4014: p_init_msg_list => p_init_msg_list,
4015: p_commit => fnd_api.g_false,
4016: p_validation_level => p_validation_level,
4017: x_return_status => x_return_status,

Line 4032: IF (cn_plan_element_cuhk.ok_to_generate_msg (p_plan_element_name => l_p_quota_name,

4028:
4029: /* Following code is for message generation */
4030: IF jtf_usr_hks.ok_to_execute ('CN_PLAN_ELEMENT_PUB', 'DELETE_PLAN_ELEMENT', 'M', 'M')
4031: THEN
4032: IF (cn_plan_element_cuhk.ok_to_generate_msg (p_plan_element_name => l_p_quota_name,
4033: p_revenue_class_rec_tbl => l_p_revenue_class_rec_tbl,
4034: p_rev_uplift_rec_tbl => l_p_rev_uplift_rec_tbl,
4035: p_rt_quota_asgns_rec_tbl => l_p_rt_quota_asgns_rec_tbl
4036: )

Line 4730: cn_plan_element_cuhk.duplicate_plan_element_pre (p_api_version => p_api_version,

4726: l_p_plan_element_name := p_plan_element_name;
4727:
4728: IF jtf_usr_hks.ok_to_execute ('CN_PLAN_ELEMENT_PUB', 'DUPLICATE_PLAN_ELEMENT', 'B', 'C')
4729: THEN
4730: cn_plan_element_cuhk.duplicate_plan_element_pre (p_api_version => p_api_version,
4731: p_init_msg_list => p_init_msg_list,
4732: p_commit => fnd_api.g_false,
4733: p_validation_level => p_validation_level,
4734: x_return_status => x_return_status,

Line 4921: cn_plan_element_cuhk.duplicate_plan_element_post (p_api_version => p_api_version,

4917: END IF;
4918:
4919: IF jtf_usr_hks.ok_to_execute ('CN_PLAN_ELEMENT_PUB', 'DUPLICATE_PLAN_ELEMENT', 'A', 'C')
4920: THEN
4921: cn_plan_element_cuhk.duplicate_plan_element_post (p_api_version => p_api_version,
4922: p_init_msg_list => p_init_msg_list,
4923: p_commit => fnd_api.g_false,
4924: p_validation_level => p_validation_level,
4925: x_return_status => x_return_status,

Line 4948: IF (cn_plan_element_cuhk.ok_to_generate_msg (p_plan_element_name => l_x_plan_element_name))

4944:
4945: /* Following code is for message generation */
4946: IF jtf_usr_hks.ok_to_execute ('CN_PLAN_ELEMENT_PUB', 'DUPLICATE_PLAN_ELEMENT', 'M', 'M')
4947: THEN
4948: IF (cn_plan_element_cuhk.ok_to_generate_msg (p_plan_element_name => l_x_plan_element_name))
4949: THEN
4950: -- XMLGEN.clearBindValues;
4951: -- XMLGEN.setBindValue('QUOTA_NAME', l_plan_element_rec.name);
4952: l_bind_data_id := jtf_usr_hks.get_bind_data_id;