DBA Data[Home] [Help]

APPS.CN_COMP_PLAN_PUB dependencies on CN_COMP_PLAN_PUB

Line 1: PACKAGE BODY CN_COMP_PLAN_PUB AS

1: PACKAGE BODY CN_COMP_PLAN_PUB AS
2: /* $Header: cnpcpb.pls 120.8 2006/06/13 09:13:31 kjayapau ship $ */
3: g_pkg_name CONSTANT VARCHAR2 (30) := 'CN_COMP_PLAN_PUB';
4: g_file_name CONSTANT VARCHAR2 (12) := 'cnpcpb.pls';
5: g_rowid VARCHAR2 (30);

Line 3: g_pkg_name CONSTANT VARCHAR2 (30) := 'CN_COMP_PLAN_PUB';

1: PACKAGE BODY CN_COMP_PLAN_PUB AS
2: /* $Header: cnpcpb.pls 120.8 2006/06/13 09:13:31 kjayapau ship $ */
3: g_pkg_name CONSTANT VARCHAR2 (30) := 'CN_COMP_PLAN_PUB';
4: g_file_name CONSTANT VARCHAR2 (12) := 'cnpcpb.pls';
5: g_rowid VARCHAR2 (30);
6: g_program_type VARCHAR2 (30);
7:

Line 790: IF jtf_usr_hks.ok_to_execute ('CN_COMP_PLAN_PUB',

786: -- Validating the MOAC Org Id
787: mo_global.validate_orgid_pub_api(org_id => l_p_comp_plan_rec.ORG_ID,status => l_status);
788:
789: --dbms_output.put_line('Going into pre processing ');
790: IF jtf_usr_hks.ok_to_execute ('CN_COMP_PLAN_PUB',
791: 'CREATE_COMP_PLAN',
792: 'B',
793: 'C'
794: )

Line 817: IF jtf_usr_hks.ok_to_execute ('CN_COMP_PLAN_PUB',

813: RAISE fnd_api.g_exc_unexpected_error;
814: END IF;
815: END IF;
816:
817: IF jtf_usr_hks.ok_to_execute ('CN_COMP_PLAN_PUB',
818: 'CREATE_COMP_PLAN',
819: 'B',
820: 'V'
821: )

Line 1067: IF jtf_usr_hks.ok_to_execute ('CN_COMP_PLAN_PUB',

1063: NULL;
1064:
1065: /* Post processing */
1066: -- dbms_output.put_line('calling post processing API');
1067: IF jtf_usr_hks.ok_to_execute ('CN_COMP_PLAN_PUB',
1068: 'CREATE_COMP_PLAN',
1069: 'A',
1070: 'V'
1071: )

Line 1094: IF jtf_usr_hks.ok_to_execute ('CN_COMP_PLAN_PUB',

1090: RAISE fnd_api.g_exc_unexpected_error;
1091: END IF;
1092: END IF;
1093:
1094: IF jtf_usr_hks.ok_to_execute ('CN_COMP_PLAN_PUB',
1095: 'CREATE_COMP_PLAN',
1096: 'A',
1097: 'C'
1098: )

Line 1124: IF jtf_usr_hks.ok_to_execute ('CN_COMP_PLAN_PUB',

1120:
1121: --dbms_output.put_line(' Executed for post processing API');
1122:
1123: /* Following code is for message generation */
1124: IF jtf_usr_hks.ok_to_execute ('CN_COMP_PLAN_PUB',
1125: 'CREATE_COMP_PLAN',
1126: 'M',
1127: 'M'
1128: )

Line 1211: END cn_comp_plan_pub;

1207: p_data => x_msg_data,
1208: p_encoded => fnd_api.g_false
1209: );
1210: END create_comp_plan;
1211: END cn_comp_plan_pub;