DBA Data[Home] [Help]

APPS.PER_HRTCA_MERGE dependencies on FND_API

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

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

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

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

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

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

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

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

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

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

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

2796: -- bug 4632157 Starts
2797: if l_msg_count > 1 then
2798: for i in 1..l_msg_count
2799: loop
2800: l_msg_data := fnd_msg_pub.get(p_encoded => fnd_api.g_false);
2801: end loop;
2802: end if;
2803: -- bug 4632157 ends
2804: fnd_message.raise_error;

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

3012: --
3013: -- Assign all other variables
3014: --
3015: hr_utility.set_location('UPDATE_TCA_PERSON Before middle Name ###'||p_rec.middle_names||'***',99);
3016: l_person_rec.person_middle_name := nvl(p_rec.middle_names,FND_API.G_MISS_CHAR); -- for bug 6609549.
3017: l_person_rec.person_name_suffix := nvl(p_rec.suffix,FND_API.G_MISS_CHAR);--fix for bug7411512.
3018: --l_person_rec.previous_last_name := substr(p_rec.previous_last_name,1,40);
3019: -- This column length is changed to 150 in one of the latest HZ FP.
3020: -- to make it work on both old (40) and new (150) we need substr equal

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

3013: -- Assign all other variables
3014: --
3015: hr_utility.set_location('UPDATE_TCA_PERSON Before middle Name ###'||p_rec.middle_names||'***',99);
3016: l_person_rec.person_middle_name := nvl(p_rec.middle_names,FND_API.G_MISS_CHAR); -- for bug 6609549.
3017: l_person_rec.person_name_suffix := nvl(p_rec.suffix,FND_API.G_MISS_CHAR);--fix for bug7411512.
3018: --l_person_rec.previous_last_name := substr(p_rec.previous_last_name,1,40);
3019: -- This column length is changed to 150 in one of the latest HZ FP.
3020: -- to make it work on both old (40) and new (150) we need substr equal
3021: -- to the length of the column in the database, which is stored in

Line 5751: p_return_status := FND_API.G_RET_STS_SUCCESS;

5747: begin
5748: --
5749: hr_utility.set_location('Entering '||l_proc,10);
5750: --
5751: p_return_status := FND_API.G_RET_STS_SUCCESS;
5752: --
5753: -- This routine must select all the person record information and
5754: -- child information and update the party accordingly.
5755: --