DBA Data[Home] [Help]

APPS.BEN_ELIG_DPNT_API dependencies on FND_MSG_PUB

Line 1898: fnd_msg_pub.initialize;

1894: l_multi_row_actn BOOLEAN;
1895: --
1896: begin
1897: --
1898: fnd_msg_pub.initialize;
1899: hr_utility.set_location('Entering:'|| l_proc, 10);
1900: --
1901: -- Issue a savepoint if operating in validation only mode
1902: --

Line 1972: fnd_msg_pub.add;

1968: --
1969: ROLLBACK TO process_dependent_w;
1970: when app_exception.application_exception then --Bug 4387247
1971: ROLLBACK TO process_dependent_w;
1972: fnd_msg_pub.add;
1973: --Bug 4436578
1974: /* Inserted for nocopy changes */
1975: p_elig_cvrd_dpnt_id := null;
1976: p_object_version_number := l_object_version_number;

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

1983: hr_utility.set_location(' Exception in :'||l_proc, 100);
1984: --Bug 4387247
1985: fnd_message.set_name('PER','FFU10_GENERAL_ORACLE_ERROR');
1986: fnd_message.set_token('2',substr(sqlerrm,1,200));
1987: fnd_msg_pub.add; -- bug fix 4111762
1988: ROLLBACK TO process_dependent_w;
1989: /* Inserted for nocopy changes */
1990: p_elig_cvrd_dpnt_id := null;
1991: p_object_version_number := l_object_version_number;

Line 2027: fnd_msg_pub.add;

2023: --
2024: hr_utility.set_location(' Exception in :'||l_proc, 100);
2025: fnd_message.set_name('PER','FFU10_GENERAL_ORACLE_ERROR');
2026: fnd_message.set_token('2',substr(sqlerrm,1,200));
2027: fnd_msg_pub.add;
2028: end store_crt_ord_warning_ss;
2029: --
2030: -- Bug 4114970
2031: -- Procedure: store_crt_ord_warng_DDNA.

Line 2128: fnd_msg_pub.add;

2124: --
2125: hr_utility.set_location(' Exception in :'||l_proc, 100);
2126: fnd_message.set_name('PER','FFU10_GENERAL_ORACLE_ERROR');
2127: fnd_message.set_token('2',substr(sqlerrm,1,200));
2128: fnd_msg_pub.add;
2129: end store_crt_ord_warng_DDNA;
2130: --
2131: --
2132: -- Function to get the eligible dependent record.