DBA Data[Home] [Help]

APPS.CSI_ITEM_INSTANCE_PUB dependencies on CSI_ORGANIZATION_UNIT_PUB

Line 514: csi_organization_unit_pub.create_organization_unit

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

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

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

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

2454: WHILE l_msg_count > 0 LOOP
2455: x_msg_data := FND_MSG_PUB.GET
2456: ( l_msg_index,
2457: FND_API.G_FALSE );
2458: csi_gen_utility_pvt.put_line( ' Error from CSI_ORGANIZATION_UNIT_PUB..');
2459: csi_gen_utility_pvt.put_line('MESSAGE DATA = '||x_msg_data);
2460: l_msg_index := l_msg_index + 1;
2461: l_msg_count := l_msg_count - 1;
2462: END LOOP;

Line 4679: csi_organization_unit_pub.get_organization_unit

4675:
4676: IF p_get_org_assignments = fnd_api.g_true THEN
4677:
4678: l_org_unit_query_rec.instance_id := p_instance_rec.instance_id;
4679: csi_organization_unit_pub.get_organization_unit
4680: (
4681: p_api_version => p_api_version
4682: ,p_commit => fnd_api.g_false
4683: ,p_init_msg_list => fnd_api.g_false

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

4696: WHILE l_msg_count > 0 LOOP
4697: x_msg_data := FND_MSG_PUB.GET
4698: ( l_msg_index,
4699: FND_API.G_FALSE );
4700: csi_gen_utility_pvt.put_line( ' Error from csi_organization_unit_pub.get_organization_unit.. ');
4701: csi_gen_utility_pvt.put_line('MESSAGE DATA = '||x_msg_data);
4702: l_msg_index := l_msg_index + 1;
4703: l_msg_count := l_msg_count - 1;
4704: END LOOP;