DBA Data[Home] [Help]

APPS.CSI_ORGANIZATION_UNIT_PVT dependencies on CSI_GEN_UTILITY_PVT

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

699: l_debug_level:=fnd_profile.value('CSI_DEBUG_LEVEL');
700:
701: -- If debug_level = 1 then dump the procedure name
702: IF (l_debug_level > 0) THEN
703: csi_gen_utility_pvt.put_line( 'create_organization_unit');
704: END IF;
705:
706:
707: -- If the debug level = 2 then dump all the parameters values.

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

705:
706:
707: -- If the debug level = 2 then dump all the parameters values.
708: IF (l_debug_level > 1) THEN
709: csi_gen_utility_pvt.put_line( p_api_version ||'-'
710: || p_commit ||'-'
711: || p_init_msg_list ||'-'
712: || p_validation_level);
713: -- Dump txn_rec

Line 714: csi_gen_utility_pvt.dump_txn_rec(p_txn_rec);

710: || p_commit ||'-'
711: || p_init_msg_list ||'-'
712: || p_validation_level);
713: -- Dump txn_rec
714: csi_gen_utility_pvt.dump_txn_rec(p_txn_rec);
715: -- Dump org_unit_tbl
716: csi_gen_utility_pvt.dump_organization_unit_rec(p_org_unit_rec);
717:
718: END IF;

Line 716: csi_gen_utility_pvt.dump_organization_unit_rec(p_org_unit_rec);

712: || p_validation_level);
713: -- Dump txn_rec
714: csi_gen_utility_pvt.dump_txn_rec(p_txn_rec);
715: -- Dump org_unit_tbl
716: csi_gen_utility_pvt.dump_organization_unit_rec(p_org_unit_rec);
717:
718: END IF;
719:
720: -- Start API body

Line 898: csi_gen_utility_pvt.put_line( ' Failed Pvt:update_organization_unit..');

894: x_msg_data := FND_MSG_PUB.GET
895: ( l_msg_index,
896: FND_API.G_FALSE );
897:
898: csi_gen_utility_pvt.put_line( ' Failed Pvt:update_organization_unit..');
899: csi_gen_utility_pvt.put_line('message data = '||x_msg_data);
900: l_msg_index := l_msg_index + 1;
901: l_msg_count := l_msg_count - 1;
902: END LOOP;

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

895: ( l_msg_index,
896: FND_API.G_FALSE );
897:
898: csi_gen_utility_pvt.put_line( ' Failed Pvt:update_organization_unit..');
899: csi_gen_utility_pvt.put_line('message data = '||x_msg_data);
900: l_msg_index := l_msg_index + 1;
901: l_msg_count := l_msg_count - 1;
902: END LOOP;
903: RAISE FND_API.G_EXC_ERROR;

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

992: x_msg_data := FND_MSG_PUB.GET
993: (l_msg_index,
994: FND_API.G_FALSE );
995:
996: csi_gen_utility_pvt.put_line('message data = '||x_msg_data);
997: l_msg_index := l_msg_index + 1;
998: l_msg_count := l_msg_count - 1;
999: END LOOP;
1000: RAISE FND_API.G_EXC_ERROR;

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

1233: l_debug_level:=fnd_profile.value('CSI_DEBUG_LEVEL');
1234:
1235: -- If debug_level = 1 then dump the procedure name
1236: IF (l_debug_level > 0) THEN
1237: csi_gen_utility_pvt.put_line( 'update_organization_unit');
1238: END IF;
1239:
1240: -- If the debug level = 2 then dump all the parameters values.
1241: IF (l_debug_level > 1) THEN

Line 1242: csi_gen_utility_pvt.put_line(

1238: END IF;
1239:
1240: -- If the debug level = 2 then dump all the parameters values.
1241: IF (l_debug_level > 1) THEN
1242: csi_gen_utility_pvt.put_line(
1243: p_api_version ||'-'
1244: || p_commit ||'-'
1245: || p_init_msg_list ||'-'
1246: || p_validation_level);

Line 1248: csi_gen_utility_pvt.dump_organization_unit_rec(p_org_unit_rec);

1244: || p_commit ||'-'
1245: || p_init_msg_list ||'-'
1246: || p_validation_level);
1247: -- Dump org_unit_rec
1248: csi_gen_utility_pvt.dump_organization_unit_rec(p_org_unit_rec);
1249: -- Dump txn_rec
1250: csi_gen_utility_pvt.dump_txn_rec(p_txn_rec);
1251: END IF;
1252:

Line 1250: csi_gen_utility_pvt.dump_txn_rec(p_txn_rec);

1246: || p_validation_level);
1247: -- Dump org_unit_rec
1248: csi_gen_utility_pvt.dump_organization_unit_rec(p_org_unit_rec);
1249: -- Dump txn_rec
1250: csi_gen_utility_pvt.dump_txn_rec(p_txn_rec);
1251: END IF;
1252:
1253: -- Start API body
1254: --

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

1524: x_msg_data := FND_MSG_PUB.GET
1525: (l_msg_index,
1526: FND_API.G_FALSE );
1527:
1528: csi_gen_utility_pvt.put_line('message data = '||x_msg_data);
1529: l_msg_index := l_msg_index + 1;
1530: l_msg_count := l_msg_count - 1;
1531: END LOOP;
1532: RAISE FND_API.G_EXC_ERROR;

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

2479: l_debug_level:=fnd_profile.value('CSI_DEBUG_LEVEL');
2480:
2481: -- If debug_level = 1 then dump the procedure name
2482: IF (l_debug_level > 0) THEN
2483: csi_gen_utility_pvt.put_line( 'expire_organization_unit');
2484: END IF;
2485:
2486:
2487: -- If the debug level = 2 then dump all the parameters values.

Line 2489: csi_gen_utility_pvt.put_line(

2485:
2486:
2487: -- If the debug level = 2 then dump all the parameters values.
2488: IF (l_debug_level > 1) THEN
2489: csi_gen_utility_pvt.put_line(
2490: p_api_version ||'-'
2491: || p_commit ||'-'
2492: || p_init_msg_list ||'-'
2493: || p_validation_level);

Line 2495: csi_gen_utility_pvt.dump_organization_unit_rec(p_org_unit_rec);

2491: || p_commit ||'-'
2492: || p_init_msg_list ||'-'
2493: || p_validation_level);
2494: -- Dump org_unit_rec
2495: csi_gen_utility_pvt.dump_organization_unit_rec(p_org_unit_rec);
2496: -- Dump txn_rec
2497: csi_gen_utility_pvt.dump_txn_rec(p_txn_rec);
2498: END IF;
2499:

Line 2497: csi_gen_utility_pvt.dump_txn_rec(p_txn_rec);

2493: || p_validation_level);
2494: -- Dump org_unit_rec
2495: csi_gen_utility_pvt.dump_organization_unit_rec(p_org_unit_rec);
2496: -- Dump txn_rec
2497: csi_gen_utility_pvt.dump_txn_rec(p_txn_rec);
2498: END IF;
2499:
2500:
2501: -- Start API body

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

2557: x_msg_data := FND_MSG_PUB.GET
2558: (l_msg_index,
2559: FND_API.G_FALSE );
2560:
2561: csi_gen_utility_pvt.put_line('message data = '||x_msg_data);
2562: l_msg_index := l_msg_index + 1;
2563: l_msg_count := l_msg_count - 1;
2564: END LOOP;
2565: RAISE FND_API.G_EXC_ERROR;

Line 2730: csi_gen_utility_pvt.put_line( 'get_org_unit_history');

2726: l_csi_debug_level:=fnd_profile.value('CSI_DEBUG_LEVEL');
2727:
2728: -- If CSI_DEBUG_LEVEL = 1 then dump the procedure name
2729: IF (l_csi_debug_level > 0) THEN
2730: csi_gen_utility_pvt.put_line( 'get_org_unit_history');
2731: END IF;
2732:
2733: -- If the debug level = 2 then dump all the parameters values.
2734: IF (l_csi_debug_level > 1) THEN

Line 2735: csi_gen_utility_pvt.put_line( 'get_org_unit_history' ||

2731: END IF;
2732:
2733: -- If the debug level = 2 then dump all the parameters values.
2734: IF (l_csi_debug_level > 1) THEN
2735: csi_gen_utility_pvt.put_line( 'get_org_unit_history' ||
2736: p_api_version ||'-'||
2737: p_commit ||'-'||
2738: p_init_msg_list ||'-'||
2739: p_validation_level ||'-'||

Line 2747: l_flag:=csi_gen_utility_pvt.enable_trace(l_trace_flag => l_flag);

2743: END IF;
2744:
2745: /***** srramakr commented for bug # 3304439
2746: -- Check for the profile option and enable trace
2747: l_flag:=csi_gen_utility_pvt.enable_trace(l_trace_flag => l_flag);
2748: -- End enable trace
2749: ****/
2750:
2751: -- Start API body