DBA Data[Home] [Help]

APPS.BEN_BENACTIV_XMLP_PKG dependencies on FND_MESSAGE

Line 76: fnd_message.set_name('BEN','BEN_91792_ALL_PROMPT');

72: CP_VARIABLE_RATE_PROFILE := l_variable_rate_profile;
73: CP_LEGAL_ENTITY := l_legal_entity;
74: CP_PAYROLL := l_payroll;
75: CP_STATUS := l_status;
76: fnd_message.set_name('BEN','BEN_91792_ALL_PROMPT');
77: l_all := substrb(fnd_message.get,1,80);
78: begin
79: select loc.location_code into CP_LOCATION
80: from hr_locations loc,

Line 77: l_all := substrb(fnd_message.get,1,80);

73: CP_LEGAL_ENTITY := l_legal_entity;
74: CP_PAYROLL := l_payroll;
75: CP_STATUS := l_status;
76: fnd_message.set_name('BEN','BEN_91792_ALL_PROMPT');
77: l_all := substrb(fnd_message.get,1,80);
78: begin
79: select loc.location_code into CP_LOCATION
80: from hr_locations loc,
81: ben_benefit_actions bft