DBA Data[Home] [Help]

APPS.CSI_ORGANIZATION_UNIT_PUB dependencies on CSI_GEN_UTILITY_PVT

Line 72: csi_gen_utility_pvt.put_line( 'get_organization_unit');

68: l_debug_level:=fnd_profile.value('CSI_DEBUG_LEVEL');
69:
70: -- If debug_level = 1 then dump the procedure name
71: IF (l_debug_level > 0) THEN
72: csi_gen_utility_pvt.put_line( 'get_organization_unit');
73: END IF;
74:
75: -- If the debug level = 2 then dump all the parameters values.
76: IF (l_debug_level > 1) THEN

Line 77: csi_gen_utility_pvt.put_line( p_api_version ||'-'

73: END IF;
74:
75: -- If the debug level = 2 then dump all the parameters values.
76: IF (l_debug_level > 1) THEN
77: csi_gen_utility_pvt.put_line( p_api_version ||'-'
78: || p_commit ||'-'
79: || p_init_msg_list ||'-'
80: || p_time_stamp );
81:

Line 83: csi_gen_utility_pvt.dump_ou_query_rec(p_ou_query_rec);

79: || p_init_msg_list ||'-'
80: || p_time_stamp );
81:
82: -- Dump ou_query_rec
83: csi_gen_utility_pvt.dump_ou_query_rec(p_ou_query_rec);
84: END IF;
85:
86: /***** srramakr commented for bug # 3304439
87: -- Check for the profile option and enable trace

Line 88: l_trace_enable_flag:=CSI_GEN_UTILITY_PVT.enable_trace(l_trace_flag => l_trace_enable_flag);

84: END IF;
85:
86: /***** srramakr commented for bug # 3304439
87: -- Check for the profile option and enable trace
88: l_trace_enable_flag:=CSI_GEN_UTILITY_PVT.enable_trace(l_trace_flag => l_trace_enable_flag);
89: -- End enable trace
90: ****/
91:
92:

Line 299: csi_gen_utility_pvt.put_line( 'create_organization_unit');

295: l_debug_level:=fnd_profile.value('CSI_DEBUG_LEVEL');
296:
297: -- If debug_level = 1 then dump the procedure name
298: IF (l_debug_level > 0) THEN
299: csi_gen_utility_pvt.put_line( 'create_organization_unit');
300: END IF;
301:
302:
303: -- If the debug level = 2 then dump all the parameters values.

Line 305: csi_gen_utility_pvt.put_line( p_api_version ||'-'

301:
302:
303: -- If the debug level = 2 then dump all the parameters values.
304: IF (l_debug_level > 1) THEN
305: csi_gen_utility_pvt.put_line( p_api_version ||'-'
306: || p_commit ||'-'
307: || p_init_msg_list ||'-'
308: || p_validation_level );
309:

Line 311: csi_gen_utility_pvt.dump_organization_unit_tbl(p_org_unit_tbl);

307: || p_init_msg_list ||'-'
308: || p_validation_level );
309:
310: -- Dump org_unit_tbl
311: csi_gen_utility_pvt.dump_organization_unit_tbl(p_org_unit_tbl);
312: --Dump txn_rec
313: csi_gen_utility_pvt.dump_txn_rec(p_txn_rec);
314:
315: END IF;

Line 313: csi_gen_utility_pvt.dump_txn_rec(p_txn_rec);

309:
310: -- Dump org_unit_tbl
311: csi_gen_utility_pvt.dump_organization_unit_tbl(p_org_unit_tbl);
312: --Dump txn_rec
313: csi_gen_utility_pvt.dump_txn_rec(p_txn_rec);
314:
315: END IF;
316:
317: /***** srramakr commented for bug # 3304439

Line 319: l_trace_enable_flag:=CSI_GEN_UTILITY_PVT.enable_trace(l_trace_flag => l_trace_enable_flag);

315: END IF;
316:
317: /***** srramakr commented for bug # 3304439
318: -- Check for the profile option and enable trace
319: l_trace_enable_flag:=CSI_GEN_UTILITY_PVT.enable_trace(l_trace_flag => l_trace_enable_flag);
320: -- End enable trace
321: ****/
322:
323: -- Start API body

Line 351: csi_gen_utility_pvt.put_line( ' Failed Pub:create_organization_unit..');

347: x_msg_data := FND_MSG_PUB.GET
348: ( l_msg_index,
349: FND_API.G_FALSE );
350:
351: csi_gen_utility_pvt.put_line( ' Failed Pub:create_organization_unit..');
352: csi_gen_utility_pvt.put_line('message data = '||x_msg_data);
353: l_msg_index := l_msg_index + 1;
354: l_msg_count := l_msg_count - 1;
355: END LOOP;

Line 352: csi_gen_utility_pvt.put_line('message data = '||x_msg_data);

348: ( l_msg_index,
349: FND_API.G_FALSE );
350:
351: csi_gen_utility_pvt.put_line( ' Failed Pub:create_organization_unit..');
352: csi_gen_utility_pvt.put_line('message data = '||x_msg_data);
353: l_msg_index := l_msg_index + 1;
354: l_msg_count := l_msg_count - 1;
355: END LOOP;
356: RAISE FND_API.G_EXC_ERROR;

Line 493: csi_gen_utility_pvt.put_line( 'update_organization_unit');

489: l_debug_level:=fnd_profile.value('CSI_DEBUG_LEVEL');
490:
491: -- If debug_level = 1 then dump the procedure name
492: IF (l_debug_level > 0) THEN
493: csi_gen_utility_pvt.put_line( 'update_organization_unit');
494: END IF;
495:
496:
497: -- If the debug level = 2 then dump all the parameters values.

Line 499: csi_gen_utility_pvt.put_line( p_api_version ||'-'

495:
496:
497: -- If the debug level = 2 then dump all the parameters values.
498: IF (l_debug_level > 1) THEN
499: csi_gen_utility_pvt.put_line( p_api_version ||'-'
500: || p_commit ||'-'
501: || p_init_msg_list ||'-'
502: || p_validation_level );
503: -- Dump org_unit_tbl

Line 504: csi_gen_utility_pvt.dump_organization_unit_tbl(p_org_unit_tbl);

500: || p_commit ||'-'
501: || p_init_msg_list ||'-'
502: || p_validation_level );
503: -- Dump org_unit_tbl
504: csi_gen_utility_pvt.dump_organization_unit_tbl(p_org_unit_tbl);
505: -- Dump txn_rec
506: csi_gen_utility_pvt.dump_txn_rec(p_txn_rec);
507:
508: END IF;

Line 506: csi_gen_utility_pvt.dump_txn_rec(p_txn_rec);

502: || p_validation_level );
503: -- Dump org_unit_tbl
504: csi_gen_utility_pvt.dump_organization_unit_tbl(p_org_unit_tbl);
505: -- Dump txn_rec
506: csi_gen_utility_pvt.dump_txn_rec(p_txn_rec);
507:
508: END IF;
509:
510: /***** srramakr commented for bug # 3304439

Line 512: l_trace_enable_flag:=CSI_GEN_UTILITY_PVT.enable_trace(l_trace_flag => l_trace_enable_flag);

508: END IF;
509:
510: /***** srramakr commented for bug # 3304439
511: -- Check for the profile option and enable trace
512: l_trace_enable_flag:=CSI_GEN_UTILITY_PVT.enable_trace(l_trace_flag => l_trace_enable_flag);
513: -- End enable trace
514: ****/
515: -- Start API body
516: IF p_org_unit_tbl.COUNT > 0 THEN

Line 543: csi_gen_utility_pvt.put_line( ' Failed Pub:update_organization_unit..');

539: x_msg_data := FND_MSG_PUB.GET
540: ( l_msg_index,
541: FND_API.G_FALSE );
542:
543: csi_gen_utility_pvt.put_line( ' Failed Pub:update_organization_unit..');
544: csi_gen_utility_pvt.put_line('message data = '||x_msg_data);
545: l_msg_index := l_msg_index + 1;
546: l_msg_count := l_msg_count - 1;
547: END LOOP;

Line 544: csi_gen_utility_pvt.put_line('message data = '||x_msg_data);

540: ( l_msg_index,
541: FND_API.G_FALSE );
542:
543: csi_gen_utility_pvt.put_line( ' Failed Pub:update_organization_unit..');
544: csi_gen_utility_pvt.put_line('message data = '||x_msg_data);
545: l_msg_index := l_msg_index + 1;
546: l_msg_count := l_msg_count - 1;
547: END LOOP;
548: RAISE FND_API.G_EXC_ERROR;

Line 677: csi_gen_utility_pvt.put_line( 'expire_organization_unit');

673: l_debug_level:=fnd_profile.value('CSI_DEBUG_LEVEL');
674:
675: -- If debug_level = 1 then dump the procedure name
676: IF (l_debug_level > 0) THEN
677: csi_gen_utility_pvt.put_line( 'expire_organization_unit');
678: END IF;
679:
680: -- If the debug level = 2 then dump all the parameters values.
681: IF (l_debug_level > 1) THEN

Line 682: csi_gen_utility_pvt.put_line( p_api_version ||'-'

678: END IF;
679:
680: -- If the debug level = 2 then dump all the parameters values.
681: IF (l_debug_level > 1) THEN
682: csi_gen_utility_pvt.put_line( p_api_version ||'-'
683: || p_commit ||'-'
684: || p_init_msg_list ||'-'
685: || p_validation_level );
686: -- Dump org_unit_tbl

Line 687: csi_gen_utility_pvt.dump_organization_unit_tbl(p_org_unit_tbl);

683: || p_commit ||'-'
684: || p_init_msg_list ||'-'
685: || p_validation_level );
686: -- Dump org_unit_tbl
687: csi_gen_utility_pvt.dump_organization_unit_tbl(p_org_unit_tbl);
688: -- Dump txn_rec
689: csi_gen_utility_pvt.dump_txn_rec(p_txn_rec);
690: END IF;
691:

Line 689: csi_gen_utility_pvt.dump_txn_rec(p_txn_rec);

685: || p_validation_level );
686: -- Dump org_unit_tbl
687: csi_gen_utility_pvt.dump_organization_unit_tbl(p_org_unit_tbl);
688: -- Dump txn_rec
689: csi_gen_utility_pvt.dump_txn_rec(p_txn_rec);
690: END IF;
691:
692: /***** srramakr commented for bug # 3304439
693: -- Check for the profile option and enable trace

Line 694: l_trace_enable_flag:=CSI_GEN_UTILITY_PVT.enable_trace(l_trace_flag => l_trace_enable_flag);

690: END IF;
691:
692: /***** srramakr commented for bug # 3304439
693: -- Check for the profile option and enable trace
694: l_trace_enable_flag:=CSI_GEN_UTILITY_PVT.enable_trace(l_trace_flag => l_trace_enable_flag);
695: -- End enable trace
696: ****/
697:
698: -- Start API body

Line 723: csi_gen_utility_pvt.put_line( ' Failed Pub:expire_organization_unit..');

719: x_msg_data := FND_MSG_PUB.GET
720: ( l_msg_index,
721: FND_API.G_FALSE );
722:
723: csi_gen_utility_pvt.put_line( ' Failed Pub:expire_organization_unit..');
724: csi_gen_utility_pvt.put_line('message data = '||x_msg_data);
725: l_msg_index := l_msg_index + 1;
726: l_msg_count := l_msg_count - 1;
727: END LOOP;

Line 724: csi_gen_utility_pvt.put_line('message data = '||x_msg_data);

720: ( l_msg_index,
721: FND_API.G_FALSE );
722:
723: csi_gen_utility_pvt.put_line( ' Failed Pub:expire_organization_unit..');
724: csi_gen_utility_pvt.put_line('message data = '||x_msg_data);
725: l_msg_index := l_msg_index + 1;
726: l_msg_count := l_msg_count - 1;
727: END LOOP;
728: RAISE FND_API.G_EXC_ERROR;