DBA Data[Home] [Help]

APPS.OE_LINE_SECURITY dependencies on OE_DELAYED_REQUESTS_PVT

Line 149: OE_delayed_requests_pvt.log_request

145: l_gen_xml := 'B';
146: End If;
147: End If;
148:
149: OE_delayed_requests_pvt.log_request
150: (p_entity_code => OE_GLOBALS.G_ENTITY_HEADER,
151: p_entity_id => p_record.header_id,
152: p_requesting_entity_code => OE_GLOBALS.G_ENTITY_HEADER,
153: p_requesting_entity_id => p_record.header_id,

Line 170: OE_delayed_requests_pvt.log_request

166: p_param11 => Null,
167: p_param12 => l_gen_xml,
168: x_return_status => l_return_status);
169:
170: OE_delayed_requests_pvt.log_request
171: (p_entity_code => OE_GLOBALS.G_ENTITY_HEADER,
172: p_entity_id => p_record.line_id,
173: p_requesting_entity_code => OE_GLOBALS.G_ENTITY_LINE,
174: p_requesting_entity_id => p_record.line_id,

Line 218: OE_delayed_requests_pvt.log_request

214: Then
215: l_gen_xml := 'B';
216: End IF;
217: End If;
218: OE_delayed_requests_pvt.log_request
219: (p_entity_code => OE_GLOBALS.G_ENTITY_HEADER,
220: p_entity_id => p_record.header_id,
221: p_requesting_entity_code => OE_GLOBALS.G_ENTITY_HEADER,
222: p_requesting_entity_id => p_record.header_id,

Line 239: OE_delayed_requests_pvt.log_request

235: p_param11 => Null,
236: p_param12 => l_gen_xml,
237: x_return_status => l_return_status);
238:
239: OE_delayed_requests_pvt.log_request
240: (p_entity_code => OE_GLOBALS.G_ENTITY_HEADER,
241: p_entity_id => p_record.line_id,
242: p_requesting_entity_code => OE_GLOBALS.G_ENTITY_LINE,
243: p_requesting_entity_id => p_record.line_id,

Line 327: OE_delayed_requests_pvt.log_request

323: Then
324: l_gen_xml := 'B';
325: End If;
326: End If;
327: OE_delayed_requests_pvt.log_request
328: (p_entity_code => OE_GLOBALS.G_ENTITY_HEADER,
329: p_entity_id => p_record.header_id,
330: p_requesting_entity_code => OE_GLOBALS.G_ENTITY_HEADER,
331: p_requesting_entity_id => p_record.header_id,

Line 348: OE_delayed_requests_pvt.log_request

344: p_param11 => Null,
345: p_param12 => l_gen_xml,
346: x_return_status => l_return_status);
347:
348: OE_delayed_requests_pvt.log_request
349: (p_entity_code => OE_GLOBALS.G_ENTITY_HEADER,
350: p_entity_id => p_record.line_id,
351: p_requesting_entity_code => OE_GLOBALS.G_ENTITY_LINE,
352: p_requesting_entity_id => p_record.line_id,