DBA Data[Home] [Help]

APPS.BEN_BENUASUM_XMLP_PKG dependencies on BEN_BENEFIT_ACTIONS

Line 92: ben_benefit_actions b

88: l_all := substrb(fnd_message.get,1,80);
89: begin
90: select location_code into CP_LOCATION
91: from hr_locations a,
92: ben_benefit_actions b
93: where a.location_id = b.location_id
94: and b.request_id = P_CONCURRENT_REQUEST_ID;
95:
96: exception when no_data_found then

Line 102: ben_benefit_actions b

98: end;
99: begin
100: select meaning into CP_AUDIT_LOG_FLAG
101: from hr_lookups a,
102: ben_benefit_actions b
103: where a.lookup_type = 'YES_NO'
104: and a.lookup_code = b.AUDIT_LOG_FLAG
105: and b.request_id = P_CONCURRENT_REQUEST_ID;
106:

Line 113: ben_benefit_actions b

109: end;
110: begin
111: select meaning into CP_DEBUG_MESSAGES
112: from hr_lookups a,
113: ben_benefit_actions b
114: where a.lookup_type = 'YES_NO'
115: and a.lookup_code = b.DEBUG_MESSAGES_FLAG
116: and b.request_id = P_CONCURRENT_REQUEST_ID;
117: