DBA Data[Home] [Help]

APPS.CN_RULESET_PUB dependencies on JTF_USR_HKS

Line 69: l_OAI_array JTF_USR_HKS.oai_data_array_type;

65: --
66: -- Declaration for user hooks
67: --
68: l_ruleset_rec CN_Ruleset_PUB.ruleset_rec_type;
69: l_OAI_array JTF_USR_HKS.oai_data_array_type;
70: l_bind_data_id NUMBER;
71: l_return_code VARCHAR2(1);
72:
73: l_ruleset_id NUMBER;

Line 116: IF JTF_USR_HKS.Ok_to_Execute('CN_RULESET_PUB',

112: -- User hooks
113: --
114:
115: -- customer pre-processing section
116: IF JTF_USR_HKS.Ok_to_Execute('CN_RULESET_PUB',
117: 'CREATE_RULESET',
118: 'B',
119: 'C')
120: THEN

Line 143: IF JTF_USR_HKS.Ok_to_Execute('CN_RULESET_PUB',

139: END IF;
140: END IF;
141:
142: -- vertical industry pre-processing section
143: IF JTF_USR_HKS.Ok_to_Execute('CN_RULESET_PUB',
144: 'CREATE_RULESET',
145: 'B',
146: 'V')
147: THEN

Line 280: IF JTF_USR_HKS.Ok_to_Execute('CN_RULESET_PUB',

276:
277: -- SK Start of post processing hooks
278:
279: -- vertical post processing section
280: IF JTF_USR_HKS.Ok_to_Execute('CN_RULESET_PUB',
281: 'CREATE_RULESET',
282: 'A',
283: 'V')
284: THEN

Line 307: IF JTF_USR_HKS.Ok_to_Execute('CN_RULESET_PUB',

303: END IF;
304: END IF;
305:
306: -- customer post processing section
307: IF JTF_USR_HKS.Ok_to_Execute('CN_RULESET_PUB',
308: 'CREATE_RULESET',
309: 'A',
310: 'C')
311: THEN

Line 336: IF JTF_USR_HKS.Ok_to_execute('CN_RULESET_PUB',

332: -- SK End of post processing hooks
333:
334:
335: -- Message generation section.
336: IF JTF_USR_HKS.Ok_to_execute('CN_RULESET_PUB',
337: 'CREATE_RULESET',
338: 'M',
339: 'M')
340: THEN

Line 353: l_bind_data_id := JTF_USR_HKS.get_bind_data_id;

349: -- XMLGEN.setBindValue('RULESET_NAME', l_ruleset_rec.ruleset_name);
350:
351:
352: -- get ID for all the bind_variables in a Business Object.
353: l_bind_data_id := JTF_USR_HKS.get_bind_data_id;
354:
355: JTF_USR_HKS.load_bind_data(l_bind_data_id, 'RULESET_NAME', l_ruleset_rec.ruleset_name, 'S', 'T');
356:
357: -- Message generation API

Line 355: JTF_USR_HKS.load_bind_data(l_bind_data_id, 'RULESET_NAME', l_ruleset_rec.ruleset_name, 'S', 'T');

351:
352: -- get ID for all the bind_variables in a Business Object.
353: l_bind_data_id := JTF_USR_HKS.get_bind_data_id;
354:
355: JTF_USR_HKS.load_bind_data(l_bind_data_id, 'RULESET_NAME', l_ruleset_rec.ruleset_name, 'S', 'T');
356:
357: -- Message generation API
358: JTF_USR_HKS.generate_message
359: (p_prod_code => 'CN',

Line 358: JTF_USR_HKS.generate_message

354:
355: JTF_USR_HKS.load_bind_data(l_bind_data_id, 'RULESET_NAME', l_ruleset_rec.ruleset_name, 'S', 'T');
356:
357: -- Message generation API
358: JTF_USR_HKS.generate_message
359: (p_prod_code => 'CN',
360: p_bus_obj_code => 'CRT_RSET',
361: p_action_code => 'I',
362: p_bind_data_id => l_bind_data_id,

Line 376: JTF_USR_HKS.generate_message

372:
373:
374: /*
375: -- Message generation API
376: JTF_USR_HKS.generate_message
377: (p_prod_code => 'CN',
378: p_bus_obj_code => 'CRT_RSET',
379: p_bus_obj_name => 'RULESET',
380: p_action_code => 'I',

Line 509: l_OAI_array JTF_USR_HKS.oai_data_array_type;

505:
506: --
507: --Declaration for user hooks
508: --
509: l_OAI_array JTF_USR_HKS.oai_data_array_type;
510: l_old_ruleset_rec CN_Ruleset_PUB.ruleset_rec_type;
511: l_ruleset_rec CN_Ruleset_PUB.ruleset_rec_type;
512: l_bind_data_id NUMBER;
513: l_return_code VARCHAR2(1);

Line 553: IF JTF_USR_HKS.Ok_to_Execute('CN_RULESET_PUB',

549: -- User hooks
550: --
551:
552: -- customer pre-processing section
553: IF JTF_USR_HKS.Ok_to_Execute('CN_RULESET_PUB',
554: 'UPDATE_RULESET',
555: 'B',
556: 'C')
557: THEN

Line 580: IF JTF_USR_HKS.Ok_to_Execute('CN_RULESET_PUB',

576: END IF;
577: END IF;
578:
579: -- vertical industry pre-processing section
580: IF JTF_USR_HKS.Ok_to_Execute('CN_RULESET_PUB',
581: 'UPDATE_RULESET',
582: 'B',
583: 'V')
584: THEN

Line 758: IF JTF_USR_HKS.Ok_to_Execute('CN_RULESET_PUB',

754:
755: -- SK Start of post processing hooks
756:
757: -- vertical post processing section
758: IF JTF_USR_HKS.Ok_to_Execute('CN_RULESET_PUB',
759: 'UPDATE_RULESET',
760: 'A',
761: 'V')
762: THEN

Line 785: IF JTF_USR_HKS.Ok_to_Execute('CN_RULESET_PUB',

781: END IF;
782: END IF;
783:
784: -- customer post processing section
785: IF JTF_USR_HKS.Ok_to_Execute('CN_RULESET_PUB',
786: 'UPDATE_RULESET',
787: 'A',
788: 'C')
789: THEN

Line 814: IF JTF_USR_HKS.Ok_to_execute('CN_RULESET_PUB',

810: -- SK End of post processing hooks
811:
812:
813: -- Message generation section.
814: IF JTF_USR_HKS.Ok_to_execute('CN_RULESET_PUB',
815: 'UPDATE_RULESET',
816: 'M',
817: 'M')
818: THEN

Line 830: l_bind_data_id := JTF_USR_HKS.get_bind_data_id;

826: -- call this for all bind variables in the business object
827: -- XMLGEN.setBindValue('RULESET_NAME', l_ruleset_rec.ruleset_name);
828:
829: -- get ID for all the bind_variables in a Business Object.
830: l_bind_data_id := JTF_USR_HKS.get_bind_data_id;
831:
832: JTF_USR_HKS.load_bind_data(l_bind_data_id, 'RULESET_NAME', l_ruleset_rec.ruleset_name, 'S', 'T');
833:
834: -- Message generation API

Line 832: JTF_USR_HKS.load_bind_data(l_bind_data_id, 'RULESET_NAME', l_ruleset_rec.ruleset_name, 'S', 'T');

828:
829: -- get ID for all the bind_variables in a Business Object.
830: l_bind_data_id := JTF_USR_HKS.get_bind_data_id;
831:
832: JTF_USR_HKS.load_bind_data(l_bind_data_id, 'RULESET_NAME', l_ruleset_rec.ruleset_name, 'S', 'T');
833:
834: -- Message generation API
835: JTF_USR_HKS.generate_message
836: (p_prod_code => 'CN',

Line 835: JTF_USR_HKS.generate_message

831:
832: JTF_USR_HKS.load_bind_data(l_bind_data_id, 'RULESET_NAME', l_ruleset_rec.ruleset_name, 'S', 'T');
833:
834: -- Message generation API
835: JTF_USR_HKS.generate_message
836: (p_prod_code => 'CN',
837: p_bus_obj_code => 'UPD_RSET',
838: p_action_code => 'U',
839: p_bind_data_id => l_bind_data_id,

Line 853: JTF_USR_HKS.generate_message

849:
850:
851: /*
852: -- Message generation API
853: JTF_USR_HKS.generate_message
854: (p_prod_code => 'CN',
855: p_bus_obj_code => 'UPD_RSET',
856: p_bus_obj_name => 'RULESET',
857: p_action_code => 'I',