DBA Data[Home] [Help]

APPS.BEN_ELIG_DPNT_API dependencies on FND_MSG_PUB

Line 1891: fnd_msg_pub.initialize;

1887: l_multi_row_actn BOOLEAN;
1888: --
1889: begin
1890: --
1891: fnd_msg_pub.initialize;
1892: hr_utility.set_location('Entering:'|| l_proc, 10);
1893: --
1894: -- Issue a savepoint if operating in validation only mode
1895: --

Line 1965: fnd_msg_pub.add;

1961: --
1962: ROLLBACK TO process_dependent_w;
1963: when app_exception.application_exception then --Bug 4387247
1964: ROLLBACK TO process_dependent_w;
1965: fnd_msg_pub.add;
1966: --Bug 4436578
1967: /* Inserted for nocopy changes */
1968: p_elig_cvrd_dpnt_id := null;
1969: p_object_version_number := l_object_version_number;

Line 1980: fnd_msg_pub.add; -- bug fix 4111762

1976: hr_utility.set_location(' Exception in :'||l_proc, 100);
1977: --Bug 4387247
1978: fnd_message.set_name('PER','FFU10_GENERAL_ORACLE_ERROR');
1979: fnd_message.set_token('2',substr(sqlerrm,1,200));
1980: fnd_msg_pub.add; -- bug fix 4111762
1981: ROLLBACK TO process_dependent_w;
1982: /* Inserted for nocopy changes */
1983: p_elig_cvrd_dpnt_id := null;
1984: p_object_version_number := l_object_version_number;

Line 2020: fnd_msg_pub.add;

2016: --
2017: hr_utility.set_location(' Exception in :'||l_proc, 100);
2018: fnd_message.set_name('PER','FFU10_GENERAL_ORACLE_ERROR');
2019: fnd_message.set_token('2',substr(sqlerrm,1,200));
2020: fnd_msg_pub.add;
2021: end store_crt_ord_warning_ss;
2022: --
2023: -- Bug 4114970
2024: -- Procedure: store_crt_ord_warng_DDNA.

Line 2121: fnd_msg_pub.add;

2117: --
2118: hr_utility.set_location(' Exception in :'||l_proc, 100);
2119: fnd_message.set_name('PER','FFU10_GENERAL_ORACLE_ERROR');
2120: fnd_message.set_token('2',substr(sqlerrm,1,200));
2121: fnd_msg_pub.add;
2122: end store_crt_ord_warng_DDNA;
2123: --
2124: --
2125: -- Function to get the eligible dependent record.