DBA Data[Home] [Help]

APPS.CN_PLAN_ELEMENT_PUB dependencies on JTF_USR_HKS

Line 2041: l_oai_array jtf_usr_hks.oai_data_array_type;

2037:
2038: l_p_trx_factor_rec_tbl trx_factor_rec_tbl_type;
2039: l_p_period_quotas_rec_tbl period_quotas_rec_tbl_type;
2040: l_p_rt_quota_asgns_rec_tbl rt_quota_asgns_rec_tbl_type;
2041: l_oai_array jtf_usr_hks.oai_data_array_type;
2042: l_bind_data_id NUMBER;
2043: g_last_update_date DATE := SYSDATE;
2044: g_last_updated_by NUMBER := fnd_global.user_id;
2045: g_creation_date DATE := SYSDATE;

Line 2109: IF jtf_usr_hks.ok_to_execute ('CN_PLAN_ELEMENT_PUB', 'CREATE_PLAN_ELEMENT', 'B', 'C')

2105:
2106:
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,

Line 2136: IF jtf_usr_hks.ok_to_execute ('CN_PLAN_ELEMENT_PUB', 'CREATE_PLAN_ELEMENT', 'B', 'V')

2132: RAISE fnd_api.g_exc_unexpected_error;
2133: END IF;
2134: END IF;
2135:
2136: IF jtf_usr_hks.ok_to_execute ('CN_PLAN_ELEMENT_PUB', 'CREATE_PLAN_ELEMENT', 'B', 'V')
2137: THEN
2138: cn_plan_element_vuhk.create_plan_element_pre (p_api_version => p_api_version,
2139: p_init_msg_list => p_init_msg_list,
2140: p_commit => fnd_api.g_false,

Line 2532: IF jtf_usr_hks.ok_to_execute ('CN_PLAN_ELEMENT_PUB', 'CREATE_PLAN_ELEMENT', 'A', 'V')

2528: END IF;
2529: END IF;
2530:
2531: /* Post processing */
2532: IF jtf_usr_hks.ok_to_execute ('CN_PLAN_ELEMENT_PUB', 'CREATE_PLAN_ELEMENT', 'A', 'V')
2533: THEN
2534: cn_plan_element_vuhk.create_plan_element_post (p_api_version => p_api_version,
2535: p_init_msg_list => p_init_msg_list,
2536: p_commit => fnd_api.g_false,

Line 2559: IF jtf_usr_hks.ok_to_execute ('CN_PLAN_ELEMENT_PUB', 'CREATE_PLAN_ELEMENT', 'A', 'C')

2555: RAISE fnd_api.g_exc_unexpected_error;
2556: END IF;
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,

Line 2587: IF jtf_usr_hks.ok_to_execute ('CN_PLAN_ELEMENT_PUB', 'CREATE_PLAN_ELEMENT', 'M', 'M')

2583: END IF;
2584: END IF;
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,

Line 2600: l_bind_data_id := jtf_usr_hks.get_bind_data_id;

2596: )
2597: THEN
2598: -- XMLGEN.clearBindValues;
2599: -- XMLGEN.setBindValue( 'QUOTA_NAME', l_p_plan_element_rec.name);
2600: l_bind_data_id := jtf_usr_hks.get_bind_data_id;
2601: jtf_usr_hks.load_bind_data (l_bind_data_id, 'QUOTA_NAME', l_p_plan_element_rec.NAME, 'S', 'T');
2602: jtf_usr_hks.generate_message (p_prod_code => 'CN',
2603: p_bus_obj_code => 'PL',
2604: p_bus_obj_name => 'PLAN_ELEMENT',

Line 2601: jtf_usr_hks.load_bind_data (l_bind_data_id, 'QUOTA_NAME', l_p_plan_element_rec.NAME, 'S', 'T');

2597: THEN
2598: -- XMLGEN.clearBindValues;
2599: -- XMLGEN.setBindValue( 'QUOTA_NAME', l_p_plan_element_rec.name);
2600: l_bind_data_id := jtf_usr_hks.get_bind_data_id;
2601: jtf_usr_hks.load_bind_data (l_bind_data_id, 'QUOTA_NAME', l_p_plan_element_rec.NAME, 'S', 'T');
2602: jtf_usr_hks.generate_message (p_prod_code => 'CN',
2603: p_bus_obj_code => 'PL',
2604: p_bus_obj_name => 'PLAN_ELEMENT',
2605: p_action_code => 'I', /* I - Insert */

Line 2602: jtf_usr_hks.generate_message (p_prod_code => 'CN',

2598: -- XMLGEN.clearBindValues;
2599: -- XMLGEN.setBindValue( 'QUOTA_NAME', l_p_plan_element_rec.name);
2600: l_bind_data_id := jtf_usr_hks.get_bind_data_id;
2601: jtf_usr_hks.load_bind_data (l_bind_data_id, 'QUOTA_NAME', l_p_plan_element_rec.NAME, 'S', 'T');
2602: jtf_usr_hks.generate_message (p_prod_code => 'CN',
2603: p_bus_obj_code => 'PL',
2604: p_bus_obj_name => 'PLAN_ELEMENT',
2605: p_action_code => 'I', /* I - Insert */
2606: p_bind_data_id => l_bind_data_id,

Line 2787: l_oai_array jtf_usr_hks.oai_data_array_type;

2783:
2784: l_p_trx_factor_rec_tbl trx_factor_rec_tbl_type;
2785: l_p_period_quotas_rec_tbl period_quotas_rec_tbl_type;
2786: l_p_rt_quota_asgns_rec_tbl rt_quota_asgns_rec_tbl_type;
2787: l_oai_array jtf_usr_hks.oai_data_array_type;
2788: l_bind_data_id NUMBER;
2789: g_last_update_date DATE := SYSDATE;
2790: g_last_updated_by NUMBER := fnd_global.user_id;
2791: g_creation_date DATE := SYSDATE;

Line 2873: IF jtf_usr_hks.ok_to_execute ('CN_PLAN_ELEMENT_PUB', 'UPDATE_PLAN_ELEMENT', 'B', 'C')

2869: RAISE fnd_api.g_exc_error;
2870: END IF;
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,

Line 2901: IF jtf_usr_hks.ok_to_execute ('CN_PLAN_ELEMENT_PUB', 'UPDATE_PLAN_ELEMENT', 'B', 'V')

2897: RAISE fnd_api.g_exc_unexpected_error;
2898: END IF;
2899: END IF;
2900:
2901: IF jtf_usr_hks.ok_to_execute ('CN_PLAN_ELEMENT_PUB', 'UPDATE_PLAN_ELEMENT', 'B', 'V')
2902: THEN
2903: cn_plan_element_vuhk.update_plan_element_pre (p_api_version => p_api_version,
2904: p_init_msg_list => p_init_msg_list,
2905: p_commit => fnd_api.g_false,

Line 3401: IF jtf_usr_hks.ok_to_execute ('CN_PLAN_ELEMENT_PUB', 'UPDATE_PLAN_ELEMENT', 'A', 'V')

3397: END IF;
3398: END IF; -- end if x_loading_status = 'CN_CHILD'
3399:
3400: /* Post processing */
3401: IF jtf_usr_hks.ok_to_execute ('CN_PLAN_ELEMENT_PUB', 'UPDATE_PLAN_ELEMENT', 'A', 'V')
3402: THEN
3403: cn_plan_element_vuhk.update_plan_element_post (p_api_version => p_api_version,
3404: p_init_msg_list => p_init_msg_list,
3405: p_commit => fnd_api.g_false,

Line 3429: IF jtf_usr_hks.ok_to_execute ('CN_PLAN_ELEMENT_PUB', 'UPDATE_PLAN_ELEMENT', 'A', 'C')

3425: RAISE fnd_api.g_exc_unexpected_error;
3426: END IF;
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,

Line 3458: IF jtf_usr_hks.ok_to_execute ('CN_PLAN_ELEMENT_PUB', 'UPDATE_PLAN_ELEMENT', 'M', 'M')

3454: END IF;
3455: END IF;
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,

Line 3472: l_bind_data_id := jtf_usr_hks.get_bind_data_id;

3468: )
3469: THEN
3470: -- XMLGEN.clearBindValues;
3471: -- XMLGEN.setBindValue( 'QUOTA_NAME', l_p_new_plan_element_rec.name);
3472: l_bind_data_id := jtf_usr_hks.get_bind_data_id;
3473: jtf_usr_hks.load_bind_data (l_bind_data_id, 'QUOTA_NAME', l_p_new_plan_element_rec.NAME, 'S', 'T');
3474: jtf_usr_hks.generate_message (p_prod_code => 'CN',
3475: p_bus_obj_code => 'PL',
3476: p_bus_obj_name => 'PLAN_ELEMENT',

Line 3473: jtf_usr_hks.load_bind_data (l_bind_data_id, 'QUOTA_NAME', l_p_new_plan_element_rec.NAME, 'S', 'T');

3469: THEN
3470: -- XMLGEN.clearBindValues;
3471: -- XMLGEN.setBindValue( 'QUOTA_NAME', l_p_new_plan_element_rec.name);
3472: l_bind_data_id := jtf_usr_hks.get_bind_data_id;
3473: jtf_usr_hks.load_bind_data (l_bind_data_id, 'QUOTA_NAME', l_p_new_plan_element_rec.NAME, 'S', 'T');
3474: jtf_usr_hks.generate_message (p_prod_code => 'CN',
3475: p_bus_obj_code => 'PL',
3476: p_bus_obj_name => 'PLAN_ELEMENT',
3477: p_action_code => 'U', /* U - Update */

Line 3474: jtf_usr_hks.generate_message (p_prod_code => 'CN',

3470: -- XMLGEN.clearBindValues;
3471: -- XMLGEN.setBindValue( 'QUOTA_NAME', l_p_new_plan_element_rec.name);
3472: l_bind_data_id := jtf_usr_hks.get_bind_data_id;
3473: jtf_usr_hks.load_bind_data (l_bind_data_id, 'QUOTA_NAME', l_p_new_plan_element_rec.NAME, 'S', 'T');
3474: jtf_usr_hks.generate_message (p_prod_code => 'CN',
3475: p_bus_obj_code => 'PL',
3476: p_bus_obj_name => 'PLAN_ELEMENT',
3477: p_action_code => 'U', /* U - Update */
3478: p_bind_data_id => l_bind_data_id,

Line 3766: l_oai_array jtf_usr_hks.oai_data_array_type;

3762:
3763: l_p_rev_uplift_rec_tbl1 cn_quota_rule_uplift_pvt.quota_rule_uplift_tbl_type;
3764:
3765: l_p_rt_quota_asgns_rec_tbl rt_quota_asgns_rec_tbl_type;
3766: l_oai_array jtf_usr_hks.oai_data_array_type;
3767: l_bind_data_id NUMBER;
3768: g_last_update_date DATE := SYSDATE;
3769: g_last_updated_by NUMBER := fnd_global.user_id;
3770: g_creation_date DATE := SYSDATE;

Line 3840: IF jtf_usr_hks.ok_to_execute ('CN_PLAN_ELEMENT_PUB', 'DELETE_PLAN_ELEMENT', 'B', 'C')

3836:
3837:
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,

Line 3859: IF jtf_usr_hks.ok_to_execute ('CN_PLAN_ELEMENT_PUB', 'DELETE_PLAN_ELEMENT', 'B', 'V')

3855: check_status (p_return_status => x_return_status);
3856: END IF;
3857:
3858: /* 2. Calling BEFORE-VERTICAL Hook */
3859: IF jtf_usr_hks.ok_to_execute ('CN_PLAN_ELEMENT_PUB', 'DELETE_PLAN_ELEMENT', 'B', 'V')
3860: THEN
3861: cn_plan_element_vuhk.delete_plan_element_pre (p_api_version => p_api_version,
3862: p_init_msg_list => p_init_msg_list,
3863: p_commit => fnd_api.g_false,

Line 3993: IF jtf_usr_hks.ok_to_execute ('CN_PLAN_ELEMENT_PUB', 'DELETE_PLAN_ELEMENT', 'A', 'V')

3989: END IF;
3990: END IF; /* ## MAIN IF ENDS ## */
3991:
3992: /* Post processing */
3993: IF jtf_usr_hks.ok_to_execute ('CN_PLAN_ELEMENT_PUB', 'DELETE_PLAN_ELEMENT', 'A', 'V')
3994: THEN
3995: cn_plan_element_vuhk.delete_plan_element_post (p_api_version => p_api_version,
3996: p_init_msg_list => p_init_msg_list,
3997: p_commit => fnd_api.g_false,

Line 4011: IF jtf_usr_hks.ok_to_execute ('CN_PLAN_ELEMENT_PUB', 'DELETE_PLAN_ELEMENT', 'A', 'C')

4007: );
4008: check_status (p_return_status => x_return_status);
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,

Line 4030: IF jtf_usr_hks.ok_to_execute ('CN_PLAN_ELEMENT_PUB', 'DELETE_PLAN_ELEMENT', 'M', 'M')

4026: check_status (p_return_status => x_return_status);
4027: END IF;
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,

Line 4041: l_bind_data_id := jtf_usr_hks.get_bind_data_id;

4037: )
4038: THEN
4039: -- XMLGEN.clearBindValues;
4040: -- XMLGEN.setBindValue('QUOTA_NAME', l_p_quota_name);
4041: l_bind_data_id := jtf_usr_hks.get_bind_data_id;
4042: jtf_usr_hks.load_bind_data (l_bind_data_id, 'QUOTA_NAME', l_p_quota_name, 'S', 'T');
4043: jtf_usr_hks.generate_message (p_prod_code => 'CN',
4044: p_bus_obj_code => 'PL',
4045: p_bus_obj_name => 'PLAN_ELEMENT',

Line 4042: jtf_usr_hks.load_bind_data (l_bind_data_id, 'QUOTA_NAME', l_p_quota_name, 'S', 'T');

4038: THEN
4039: -- XMLGEN.clearBindValues;
4040: -- XMLGEN.setBindValue('QUOTA_NAME', l_p_quota_name);
4041: l_bind_data_id := jtf_usr_hks.get_bind_data_id;
4042: jtf_usr_hks.load_bind_data (l_bind_data_id, 'QUOTA_NAME', l_p_quota_name, 'S', 'T');
4043: jtf_usr_hks.generate_message (p_prod_code => 'CN',
4044: p_bus_obj_code => 'PL',
4045: p_bus_obj_name => 'PLAN_ELEMENT',
4046: p_action_code => 'D', /* D - Delete */

Line 4043: jtf_usr_hks.generate_message (p_prod_code => 'CN',

4039: -- XMLGEN.clearBindValues;
4040: -- XMLGEN.setBindValue('QUOTA_NAME', l_p_quota_name);
4041: l_bind_data_id := jtf_usr_hks.get_bind_data_id;
4042: jtf_usr_hks.load_bind_data (l_bind_data_id, 'QUOTA_NAME', l_p_quota_name, 'S', 'T');
4043: jtf_usr_hks.generate_message (p_prod_code => 'CN',
4044: p_bus_obj_code => 'PL',
4045: p_bus_obj_name => 'PLAN_ELEMENT',
4046: p_action_code => 'D', /* D - Delete */
4047: p_bind_data_id => l_bind_data_id,

Line 4649: l_oai_array jtf_usr_hks.oai_data_array_type;

4645: l_quota_id NUMBER;
4646: l_warning_flag VARCHAR2 (1) := 'F';
4647: l_p_plan_element_name cn_quotas.NAME%TYPE;
4648: l_x_plan_element_name cn_quotas.NAME%TYPE;
4649: l_oai_array jtf_usr_hks.oai_data_array_type;
4650: l_bind_data_id NUMBER;
4651: l_org_id NUMBER;
4652: l_status VARCHAR2(1);
4653: l_suffix varchar2(10) := null;

Line 4691: IF jtf_usr_hks.ok_to_execute ('CN_PLAN_ELEMENT_PUB', 'DUPLICATE_PLAN_ELEMENT', 'B', 'C')

4687:
4688: -- API body
4689: l_p_plan_element_name := p_plan_element_name;
4690:
4691: IF jtf_usr_hks.ok_to_execute ('CN_PLAN_ELEMENT_PUB', 'DUPLICATE_PLAN_ELEMENT', 'B', 'C')
4692: THEN
4693: cn_plan_element_cuhk.duplicate_plan_element_pre (p_api_version => p_api_version,
4694: p_init_msg_list => p_init_msg_list,
4695: p_commit => fnd_api.g_false,

Line 4714: IF jtf_usr_hks.ok_to_execute ('CN_PLAN_ELEMENT_PUB', 'DUPLICATE_PLAN_ELEMENT', 'B', 'V')

4710: RAISE fnd_api.g_exc_unexpected_error;
4711: END IF;
4712: END IF;
4713:
4714: IF jtf_usr_hks.ok_to_execute ('CN_PLAN_ELEMENT_PUB', 'DUPLICATE_PLAN_ELEMENT', 'B', 'V')
4715: THEN
4716: cn_plan_element_vuhk.duplicate_plan_element_pre (p_api_version => p_api_version,
4717: p_init_msg_list => p_init_msg_list,
4718: p_commit => fnd_api.g_false,

Line 4859: IF jtf_usr_hks.ok_to_execute ('CN_PLAN_ELEMENT_PUB', 'DUPLICATE_PLAN_ELEMENT', 'A', 'V')

4855: x_return_status := cn_api.g_ret_sts_warning;
4856: END IF;
4857: END IF;
4858:
4859: IF jtf_usr_hks.ok_to_execute ('CN_PLAN_ELEMENT_PUB', 'DUPLICATE_PLAN_ELEMENT', 'A', 'V')
4860: THEN
4861: cn_plan_element_vuhk.duplicate_plan_element_post (p_api_version => p_api_version,
4862: p_init_msg_list => p_init_msg_list,
4863: p_commit => fnd_api.g_false,

Line 4882: IF jtf_usr_hks.ok_to_execute ('CN_PLAN_ELEMENT_PUB', 'DUPLICATE_PLAN_ELEMENT', 'A', 'C')

4878: RAISE fnd_api.g_exc_unexpected_error;
4879: END IF;
4880: END IF;
4881:
4882: IF jtf_usr_hks.ok_to_execute ('CN_PLAN_ELEMENT_PUB', 'DUPLICATE_PLAN_ELEMENT', 'A', 'C')
4883: THEN
4884: cn_plan_element_cuhk.duplicate_plan_element_post (p_api_version => p_api_version,
4885: p_init_msg_list => p_init_msg_list,
4886: p_commit => fnd_api.g_false,

Line 4909: IF jtf_usr_hks.ok_to_execute ('CN_PLAN_ELEMENT_PUB', 'DUPLICATE_PLAN_ELEMENT', 'M', 'M')

4905: -- x_plan_element_name := l_x_plan_element_name;
4906: x_plan_element_name := cn_chk_plan_element_pkg.get_quota_id (l_x_plan_element_name, p_org_id);
4907:
4908: /* Following code is for message generation */
4909: IF jtf_usr_hks.ok_to_execute ('CN_PLAN_ELEMENT_PUB', 'DUPLICATE_PLAN_ELEMENT', 'M', 'M')
4910: THEN
4911: IF (cn_plan_element_cuhk.ok_to_generate_msg (p_plan_element_name => l_x_plan_element_name))
4912: THEN
4913: -- XMLGEN.clearBindValues;

Line 4915: l_bind_data_id := jtf_usr_hks.get_bind_data_id;

4911: IF (cn_plan_element_cuhk.ok_to_generate_msg (p_plan_element_name => l_x_plan_element_name))
4912: THEN
4913: -- XMLGEN.clearBindValues;
4914: -- XMLGEN.setBindValue('QUOTA_NAME', l_plan_element_rec.name);
4915: l_bind_data_id := jtf_usr_hks.get_bind_data_id;
4916: jtf_usr_hks.load_bind_data (l_bind_data_id, 'QUOTA_NAME', l_plan_element_rec.NAME, 'S', 'T');
4917: jtf_usr_hks.generate_message (p_prod_code => 'CN',
4918: p_bus_obj_code => 'PL',
4919: p_bus_obj_name => 'PLAN_ELEMENT',

Line 4916: jtf_usr_hks.load_bind_data (l_bind_data_id, 'QUOTA_NAME', l_plan_element_rec.NAME, 'S', 'T');

4912: THEN
4913: -- XMLGEN.clearBindValues;
4914: -- XMLGEN.setBindValue('QUOTA_NAME', l_plan_element_rec.name);
4915: l_bind_data_id := jtf_usr_hks.get_bind_data_id;
4916: jtf_usr_hks.load_bind_data (l_bind_data_id, 'QUOTA_NAME', l_plan_element_rec.NAME, 'S', 'T');
4917: jtf_usr_hks.generate_message (p_prod_code => 'CN',
4918: p_bus_obj_code => 'PL',
4919: p_bus_obj_name => 'PLAN_ELEMENT',
4920: p_action_code => 'I', /* I - Insert */

Line 4917: jtf_usr_hks.generate_message (p_prod_code => 'CN',

4913: -- XMLGEN.clearBindValues;
4914: -- XMLGEN.setBindValue('QUOTA_NAME', l_plan_element_rec.name);
4915: l_bind_data_id := jtf_usr_hks.get_bind_data_id;
4916: jtf_usr_hks.load_bind_data (l_bind_data_id, 'QUOTA_NAME', l_plan_element_rec.NAME, 'S', 'T');
4917: jtf_usr_hks.generate_message (p_prod_code => 'CN',
4918: p_bus_obj_code => 'PL',
4919: p_bus_obj_name => 'PLAN_ELEMENT',
4920: p_action_code => 'I', /* I - Insert */
4921: p_bind_data_id => l_bind_data_id,