DBA Data[Home] [Help]

APPS.CSI_ITEM_INSTANCE_PUB dependencies on CSI_ORGANIZATION_UNIT_PUB

Line 515: csi_organization_unit_pub.create_organization_unit

511: p_org_assignments_tbl(tab_row).instance_id := p_instance_rec.instance_id;
512: END IF;
513: END LOOP;
514:
515: csi_organization_unit_pub.create_organization_unit
516: (
517: p_api_version => p_api_version
518: ,p_commit => fnd_api.g_false
519: ,p_init_msg_list => p_init_msg_list

Line 535: csi_gen_utility_pvt.put_line( ' Error from CSI_ORGANIZATION_UNIT_PUB..');

531: WHILE l_msg_count > 0 LOOP
532: x_msg_data := FND_MSG_PUB.GET
533: ( l_msg_index,
534: FND_API.G_FALSE );
535: csi_gen_utility_pvt.put_line( ' Error from CSI_ORGANIZATION_UNIT_PUB..');
536: csi_gen_utility_pvt.put_line('MESSAGE DATA = '||x_msg_data);
537: l_msg_index := l_msg_index + 1;
538: l_msg_count := l_msg_count - 1;
539: END LOOP;

Line 2541: csi_gen_utility_pvt.put_line( ' Error from CSI_ORGANIZATION_UNIT_PUB..');

2537: WHILE l_msg_count > 0 LOOP
2538: x_msg_data := FND_MSG_PUB.GET
2539: ( l_msg_index,
2540: FND_API.G_FALSE );
2541: csi_gen_utility_pvt.put_line( ' Error from CSI_ORGANIZATION_UNIT_PUB..');
2542: csi_gen_utility_pvt.put_line('MESSAGE DATA = '||x_msg_data);
2543: l_msg_index := l_msg_index + 1;
2544: l_msg_count := l_msg_count - 1;
2545: END LOOP;

Line 4725: csi_organization_unit_pub.get_organization_unit

4721:
4722: IF p_get_org_assignments = fnd_api.g_true THEN
4723:
4724: l_org_unit_query_rec.instance_id := p_instance_rec.instance_id;
4725: csi_organization_unit_pub.get_organization_unit
4726: (
4727: p_api_version => p_api_version
4728: ,p_commit => fnd_api.g_false
4729: ,p_init_msg_list => fnd_api.g_false

Line 4746: csi_gen_utility_pvt.put_line( ' Error from csi_organization_unit_pub.get_organization_unit.. ');

4742: WHILE l_msg_count > 0 LOOP
4743: x_msg_data := FND_MSG_PUB.GET
4744: ( l_msg_index,
4745: FND_API.G_FALSE );
4746: csi_gen_utility_pvt.put_line( ' Error from csi_organization_unit_pub.get_organization_unit.. ');
4747: csi_gen_utility_pvt.put_line('MESSAGE DATA = '||x_msg_data);
4748: l_msg_index := l_msg_index + 1;
4749: l_msg_count := l_msg_count - 1;
4750: END LOOP;