DBA Data[Home] [Help]

APPS.CSI_MASS_EDIT_PUB dependencies on FND_PROFILE

Line 665: l_debug_level:=fnd_profile.value('DEBUG_LEVEL');

661: l_ext_attrib_exists BOOLEAN; -- Bug 8495187
662:
663:
664: BEGIN
665: l_debug_level:=fnd_profile.value('DEBUG_LEVEL');
666:
667: debug(' Processing .... ');
668: debug(' ');
669:

Line 2467: l_debug_level:=fnd_profile.value('CSI_DEBUG_LEVEL');

2463: -- Initialize API return status to success
2464: x_return_status := FND_API.G_RET_STS_SUCCESS;
2465:
2466: -- Check the profile option debug_level for debug message reporting
2467: l_debug_level:=fnd_profile.value('CSI_DEBUG_LEVEL');
2468:
2469: -- If debug_level = 1 then dump the procedure name
2470: IF (l_debug_level > 0) THEN
2471: csi_gen_utility_pvt.put_line( 'PROCESS_SYSTEM_MASS_UPDATE');

Line 4054: c_org_assignments_tbl(inst_idx).operating_unit_id := FND_PROFILE.VALUE('ORG_ID');

4050: c_relationship_tbl(rel_idx).PARENT_TBL_INDEX := inst_idx;
4051: END IF;
4052:
4053: --Org Assignments, ****** check if it really required
4054: c_org_assignments_tbl(inst_idx).operating_unit_id := FND_PROFILE.VALUE('ORG_ID');
4055: c_org_assignments_tbl(inst_idx).relationship_type_code := 'SOLD_FROM';
4056: c_org_assignments_tbl(inst_idx).parent_tbl_index := inst_idx;
4057: END IF;
4058: END LOOP; --end of instances_for_create_csr traversing