DBA Data[Home] [Help]

APPS.PER_HRTCA_MERGE dependencies on FND_API

Line 728: l_msg_data := fnd_msg_pub.get(p_encoded => fnd_api.g_false);

724: -- bug 4632157 Starts
725: if l_msg_count > 1 then
726: for i in 1..l_msg_count
727: loop
728: l_msg_data := fnd_msg_pub.get(p_encoded => fnd_api.g_false);
729: end loop;
730: end if;
731: -- bug 4632157 ends
732: --

Line 783: l_msg_data := fnd_msg_pub.get(p_encoded => fnd_api.g_false);

779: -- bug 4632157 Starts
780: if l_msg_count > 1 then
781: for i in 1..l_msg_count
782: loop
783: l_msg_data := fnd_msg_pub.get(p_encoded => fnd_api.g_false);
784: end loop;
785: end if;
786: -- bug 4632157 ends
787: hr_utility.set_location(l_msg_data,10);

Line 844: l_msg_data := fnd_msg_pub.get(p_encoded => fnd_api.g_false);

840: -- bug 4632157 Starts
841: if l_msg_count > 1 then
842: for i in 1..l_msg_count
843: loop
844: l_msg_data := fnd_msg_pub.get(p_encoded => fnd_api.g_false);
845: end loop;
846: end if;
847: -- bug 4632157 ends
848: hr_utility.set_location(l_msg_data,10);

Line 894: l_msg_data := fnd_msg_pub.get(p_encoded => fnd_api.g_false);

890: -- bug 4632157 Starts
891: if l_msg_count > 1 then
892: for i in 1..l_msg_count
893: loop
894: l_msg_data := fnd_msg_pub.get(p_encoded => fnd_api.g_false);
895: end loop;
896: end if;
897: -- bug 4632157 ends
898: hr_utility.set_location(l_msg_data,10);

Line 955: l_msg_data := fnd_msg_pub.get(p_encoded => fnd_api.g_false);

951: -- bug 4632157 Starts
952: if l_msg_count > 1 then
953: for i in 1..l_msg_count
954: loop
955: l_msg_data := fnd_msg_pub.get(p_encoded => fnd_api.g_false);
956: end loop;
957: end if;
958: -- bug 4632157 ends
959: hr_utility.set_location(l_msg_data,10);

Line 2805: l_msg_data := fnd_msg_pub.get(p_encoded => fnd_api.g_false);

2801: -- bug 4632157 Starts
2802: if l_msg_count > 1 then
2803: for i in 1..l_msg_count
2804: loop
2805: l_msg_data := fnd_msg_pub.get(p_encoded => fnd_api.g_false);
2806: end loop;
2807: end if;
2808: -- bug 4632157 ends
2809: fnd_message.raise_error;

Line 3007: l_person_rec.person_first_name := NVL(l_person_rec.person_first_name,FND_API.G_MISS_CHAR);

3003: --
3004: end if;
3005:
3006: --for Bug# 8855011
3007: l_person_rec.person_first_name := NVL(l_person_rec.person_first_name,FND_API.G_MISS_CHAR);
3008:
3009: -- End of changes for bug# 8855011
3010:
3011: --

Line 3028: l_person_rec.person_middle_name := nvl(p_rec.middle_names,FND_API.G_MISS_CHAR); -- for bug 6609549.

3024: --
3025: -- Assign all other variables
3026: --
3027: hr_utility.set_location('UPDATE_TCA_PERSON Before middle Name ###'||p_rec.middle_names||'***',99);
3028: l_person_rec.person_middle_name := nvl(p_rec.middle_names,FND_API.G_MISS_CHAR); -- for bug 6609549.
3029: l_person_rec.person_name_suffix := nvl(p_rec.suffix,FND_API.G_MISS_CHAR);--fix for bug7411512.
3030: --l_person_rec.previous_last_name := substr(p_rec.previous_last_name,1,40);
3031: -- This column length is changed to 150 in one of the latest HZ FP.
3032: -- to make it work on both old (40) and new (150) we need substr equal

Line 3029: l_person_rec.person_name_suffix := nvl(p_rec.suffix,FND_API.G_MISS_CHAR);--fix for bug7411512.

3025: -- Assign all other variables
3026: --
3027: hr_utility.set_location('UPDATE_TCA_PERSON Before middle Name ###'||p_rec.middle_names||'***',99);
3028: l_person_rec.person_middle_name := nvl(p_rec.middle_names,FND_API.G_MISS_CHAR); -- for bug 6609549.
3029: l_person_rec.person_name_suffix := nvl(p_rec.suffix,FND_API.G_MISS_CHAR);--fix for bug7411512.
3030: --l_person_rec.previous_last_name := substr(p_rec.previous_last_name,1,40);
3031: -- This column length is changed to 150 in one of the latest HZ FP.
3032: -- to make it work on both old (40) and new (150) we need substr equal
3033: -- to the length of the column in the database, which is stored in

Line 5770: p_return_status := FND_API.G_RET_STS_SUCCESS;

5766: begin
5767: --
5768: hr_utility.set_location('Entering '||l_proc,10);
5769: --
5770: p_return_status := FND_API.G_RET_STS_SUCCESS;
5771: --
5772: -- This routine must select all the person record information and
5773: -- child information and update the party accordingly.
5774: --