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.12010000.3 2009/09/01 04:12:47 scannane 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.12010000.3 2009/09/01 04:12:47 scannane 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 1087: IF jtf_usr_hks.ok_to_execute ('CN_COMP_PLAN_PUB',

1083: NULL;
1084:
1085: /* Post processing */
1086: -- dbms_output.put_line('calling post processing API');
1087: IF jtf_usr_hks.ok_to_execute ('CN_COMP_PLAN_PUB',
1088: 'CREATE_COMP_PLAN',
1089: 'A',
1090: 'V'
1091: )

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

1110: RAISE fnd_api.g_exc_unexpected_error;
1111: END IF;
1112: END IF;
1113:
1114: IF jtf_usr_hks.ok_to_execute ('CN_COMP_PLAN_PUB',
1115: 'CREATE_COMP_PLAN',
1116: 'A',
1117: 'C'
1118: )

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

1140:
1141: --dbms_output.put_line(' Executed for post processing API');
1142:
1143: /* Following code is for message generation */
1144: IF jtf_usr_hks.ok_to_execute ('CN_COMP_PLAN_PUB',
1145: 'CREATE_COMP_PLAN',
1146: 'M',
1147: 'M'
1148: )

Line 1231: END cn_comp_plan_pub;

1227: p_data => x_msg_data,
1228: p_encoded => fnd_api.g_false
1229: );
1230: END create_comp_plan;
1231: END cn_comp_plan_pub;