DBA Data[Home] [Help]

APPS.OE_LINE_PAYMENT_UTIL dependencies on OE_DELAYED_REQUESTS_PVT

Line 1295: OE_delayed_requests_Pvt.log_request

1291: oe_debug_pub.add('logging synch from ULPMB.pls payment delayed request', 1);
1292:
1293: oe_debug_pub.add('line_id is: ' || p_x_Line_Payment_rec.line_id);
1294:
1295: OE_delayed_requests_Pvt.log_request
1296: (p_entity_code => OE_GLOBALS.G_ENTITY_LINE_PAYMENT,
1297: p_entity_id => p_x_Line_Payment_rec.line_id,
1298: p_requesting_entity_code => OE_GLOBALS.G_ENTITY_LINE,
1299: p_requesting_entity_id => p_x_Line_Payment_rec.line_id,

Line 1312: OE_Delayed_Requests_Pvt.Log_Request(

1308: IF l_debug_level > 0 then
1309: oe_debug_pub.add('OEXULPMB: Logging delayed request for Commitment.', 1);
1310: END IF;
1311:
1312: OE_Delayed_Requests_Pvt.Log_Request(
1313: p_entity_code => OE_GLOBALS.G_ENTITY_LINE,
1314: p_entity_id => p_x_Line_Payment_rec.line_id,
1315: p_requesting_entity_code => OE_GLOBALS.G_ENTITY_LINE,
1316: p_requesting_entity_id => p_x_Line_Payment_rec.line_id,

Line 1328: OE_delayed_requests_Pvt.log_request

1324: IF( l_debug_level > 0) THEN
1325: oe_debug_pub.add('pviprana: logging a new payment delayed request for processing the payment', 1);
1326: oe_debug_pub.add('line_id is: ' || p_x_Line_Payment_rec.line_id);
1327: END IF;
1328: OE_delayed_requests_Pvt.log_request
1329: (p_entity_code => OE_GLOBALS.G_ENTITY_LINE_PAYMENT,
1330: p_entity_id => p_x_Line_Payment_rec.header_id,
1331: p_requesting_entity_code => OE_GLOBALS.G_ENTITY_LINE,
1332: p_requesting_entity_id => p_x_Line_Payment_rec.line_id,

Line 1344: OE_delayed_requests_Pvt.log_request

1340: IF l_debug_level > 0 then
1341: oe_debug_pub.add('OEXULPMB: Logging delayed request for Delete_Payment_Hold.', 3);
1342: END IF;
1343:
1344: OE_delayed_requests_Pvt.log_request
1345: (p_entity_code => OE_GLOBALS.G_ENTITY_LINE_PAYMENT,
1346: p_entity_id => p_x_Line_Payment_rec.line_id,
1347: p_requesting_entity_code => OE_GLOBALS.G_ENTITY_LINE,
1348: p_requesting_entity_id => p_x_Line_Payment_rec.line_id,

Line 1363: OE_delayed_requests_Pvt.log_request

1359: IF NOT OE_GLOBALS.Equal(p_x_Line_Payment_rec.payment_type_code,p_old_Line_Payment_rec.payment_type_code)
1360: THEN
1361: oe_debug_pub.add('logging Delayed request for evaluation of payments hold', 1);
1362:
1363: OE_delayed_requests_Pvt.log_request
1364: (p_entity_code => OE_GLOBALS.G_ENTITY_LINE_PAYMENT,
1365: p_entity_id => p_x_Line_Payment_rec.line_id,
1366: p_requesting_entity_code => OE_GLOBALS.G_ENTITY_LINE,
1367: p_requesting_entity_id => p_x_Line_Payment_rec.line_id,

Line 2280: OE_Delayed_Requests_Pvt.Delete_Reqs_for_deleted_entity(

2276:
2277: END LOOP;
2278:
2279:
2280: OE_Delayed_Requests_Pvt.Delete_Reqs_for_deleted_entity(
2281: p_entity_code => OE_GLOBALS.G_ENTITY_LINE_PAYMENT,
2282: p_entity_id => p_line_id,
2283: x_return_status => l_return_status
2284: );

Line 2393: OE_Delayed_Requests_Pvt.Delete_Reqs_for_deleted_entity(

2389: END IF;
2390: END IF; /*code_release_level*/
2391: -- notification framework end
2392:
2393: OE_Delayed_Requests_Pvt.Delete_Reqs_for_deleted_entity(
2394: p_entity_code => OE_GLOBALS.G_ENTITY_LINE_Payment,
2395: p_entity_id => p_line_id,
2396: x_return_status => l_return_status
2397: );