DBA Data[Home] [Help]

APPS.OE_LINE_SECURITY dependencies on OE_DELAYED_REQUESTS_PVT

Line 147: OE_delayed_requests_pvt.log_request

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

Line 168: OE_delayed_requests_pvt.log_request

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

Line 216: OE_delayed_requests_pvt.log_request

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

Line 237: OE_delayed_requests_pvt.log_request

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

Line 325: OE_delayed_requests_pvt.log_request

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

Line 346: OE_delayed_requests_pvt.log_request

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