DBA Data[Home] [Help]

APPS.OE_HEADER_SECURITY dependencies on OE_DELAYED_REQUESTS_PVT

Line 113: OE_delayed_requests_pvt.log_request

109: Then
110: l_gen_xml := 'B';
111: End If;
112: End If;
113: OE_delayed_requests_pvt.log_request
114: (p_entity_code => OE_GLOBALS.G_ENTITY_HEADER,
115: p_entity_id => p_record.header_id,
116: p_requesting_entity_code => OE_GLOBALS.G_ENTITY_HEADER,
117: p_requesting_entity_id => p_record.header_id,

Line 163: OE_delayed_requests_pvt.log_request

159: Then
160: l_gen_xml := 'B';
161: End If;
162: End If;
163: OE_delayed_requests_pvt.log_request
164: (p_entity_code => OE_GLOBALS.G_ENTITY_HEADER,
165: p_entity_id => p_record.header_id,
166: p_requesting_entity_code => OE_GLOBALS.G_ENTITY_HEADER,
167: p_requesting_entity_id => p_record.header_id,

Line 224: OE_delayed_requests_pvt.log_request

220: l_gen_xml := 'B';
221: End If;
222: End If;
223:
224: OE_delayed_requests_pvt.log_request
225: (p_entity_code => OE_GLOBALS.G_ENTITY_HEADER,
226: p_entity_id => p_record.header_id,
227: p_requesting_entity_code => OE_GLOBALS.G_ENTITY_HEADER,
228: p_requesting_entity_id => p_record.header_id,