DBA Data[Home] [Help]

APPS.BEN_PRMRY_CARE_PRVDR_API dependencies on FND_MSG_PUB

Line 445: fnd_msg_pub.initialize;

441: --
442: begin
443: --
444: hr_utility.set_location('Entering:'|| l_proc, 10);
445: fnd_msg_pub.initialize;
446:
447: create_prmry_care_prvdr
448: (
449: p_prmry_care_prvdr_id => l_prmry_care_prvdr_id

Line 485: fnd_msg_pub.add;

481: p_effective_start_date := null;
482: p_effective_end_date := null;
483: p_object_version_number := null;
484: p_return_status := 'E';
485: fnd_msg_pub.add;
486: --
487: End create_prmry_care_prvdr_w;
488: --
489: -- ----------------------------------------------------------------------------

Line 852: fnd_msg_pub.initialize;

848: --
849: begin
850: --
851: hr_utility.set_location('Entering:'|| l_proc, 10);
852: fnd_msg_pub.initialize;
853:
854: l_object_version_number := p_object_version_number;
855: update_prmry_care_prvdr
856: (

Line 888: fnd_msg_pub.add;

884: hr_utility.set_location('Exception:'||l_proc, 100);
885: p_effective_start_date := null;
886: p_effective_end_date := null;
887: p_return_status := 'E';
888: fnd_msg_pub.add;
889: --
890: end update_prmry_care_prvdr_w;
891: --
892: -- ----------------------------------------------------------------------------

Line 1112: fnd_msg_pub.initialize;

1108: --
1109: begin
1110: --
1111: hr_utility.set_location('Entering:'|| l_proc, 10);
1112: fnd_msg_pub.initialize;
1113: --
1114: l_object_version_number := p_object_version_number;
1115:
1116: delete_prmry_care_prvdr

Line 1143: fnd_msg_pub.add;

1139: hr_utility.set_location('Exception:'||l_proc, 100);
1140: p_effective_start_date := null;
1141: p_effective_end_date := null;
1142: p_return_status := 'E';
1143: fnd_msg_pub.add;
1144: --
1145: end delete_prmry_care_prvdr_w;
1146: --
1147: -- ----------------------------------------------------------------------------