DBA Data[Home] [Help]

APPS.OE_LINE_PAYMENT_UTIL dependencies on OE_DELAYED_REQUESTS_PVT

Line 1357: OE_delayed_requests_Pvt.log_request

1353: oe_debug_pub.add('logging synch from ULPMB.pls payment delayed request', 1);
1354:
1355: oe_debug_pub.add('line_id is: ' || p_x_Line_Payment_rec.line_id);
1356:
1357: OE_delayed_requests_Pvt.log_request
1358: (p_entity_code => OE_GLOBALS.G_ENTITY_LINE_PAYMENT,
1359: p_entity_id => p_x_Line_Payment_rec.line_id,
1360: p_requesting_entity_code => OE_GLOBALS.G_ENTITY_LINE,
1361: p_requesting_entity_id => p_x_Line_Payment_rec.line_id,

Line 1374: OE_Delayed_Requests_Pvt.Log_Request(

1370: IF l_debug_level > 0 then
1371: oe_debug_pub.add('OEXULPMB: Logging delayed request for Commitment.', 1);
1372: END IF;
1373:
1374: OE_Delayed_Requests_Pvt.Log_Request(
1375: p_entity_code => OE_GLOBALS.G_ENTITY_LINE,
1376: p_entity_id => p_x_Line_Payment_rec.line_id,
1377: p_requesting_entity_code => OE_GLOBALS.G_ENTITY_LINE,
1378: p_requesting_entity_id => p_x_Line_Payment_rec.line_id,

Line 1390: OE_delayed_requests_Pvt.log_request

1386: IF( l_debug_level > 0) THEN
1387: oe_debug_pub.add('pviprana: logging a new payment delayed request for processing the payment', 1);
1388: oe_debug_pub.add('line_id is: ' || p_x_Line_Payment_rec.line_id);
1389: END IF;
1390: OE_delayed_requests_Pvt.log_request
1391: (p_entity_code => OE_GLOBALS.G_ENTITY_LINE_PAYMENT,
1392: p_entity_id => p_x_Line_Payment_rec.header_id,
1393: p_requesting_entity_code => OE_GLOBALS.G_ENTITY_LINE,
1394: p_requesting_entity_id => p_x_Line_Payment_rec.line_id,

Line 1406: OE_delayed_requests_Pvt.log_request

1402: IF l_debug_level > 0 then
1403: oe_debug_pub.add('OEXULPMB: Logging delayed request for Delete_Payment_Hold.', 3);
1404: END IF;
1405:
1406: OE_delayed_requests_Pvt.log_request
1407: (p_entity_code => OE_GLOBALS.G_ENTITY_LINE_PAYMENT,
1408: p_entity_id => p_x_Line_Payment_rec.line_id,
1409: p_requesting_entity_code => OE_GLOBALS.G_ENTITY_LINE,
1410: p_requesting_entity_id => p_x_Line_Payment_rec.line_id,

Line 1425: OE_delayed_requests_Pvt.log_request

1421: IF NOT OE_GLOBALS.Equal(p_x_Line_Payment_rec.payment_type_code,p_old_Line_Payment_rec.payment_type_code)
1422: THEN
1423: oe_debug_pub.add('logging Delayed request for evaluation of payments hold', 1);
1424:
1425: OE_delayed_requests_Pvt.log_request
1426: (p_entity_code => OE_GLOBALS.G_ENTITY_LINE_PAYMENT,
1427: p_entity_id => p_x_Line_Payment_rec.line_id,
1428: p_requesting_entity_code => OE_GLOBALS.G_ENTITY_LINE,
1429: p_requesting_entity_id => p_x_Line_Payment_rec.line_id,

Line 1444: OE_delayed_requests_Pvt.log_request

1440: IF l_debug_level > 0 THEN
1441: oe_debug_pub.ADD('OEXULPMB: Logging delayed request for Verify Payment CC Reversal',5);
1442: END IF;
1443: oe_verify_payment_pub.G_credit_check_flag := 'N' ;
1444: OE_delayed_requests_Pvt.log_request
1445: (p_entity_code => OE_GLOBALS.G_ENTITY_ALL,
1446: p_entity_id => p_x_Line_Payment_rec.header_id,
1447: p_requesting_entity_code => OE_GLOBALS.G_ENTITY_HEADER,
1448: p_requesting_entity_id => p_x_Line_Payment_rec.header_id,

Line 2358: OE_Delayed_Requests_Pvt.Delete_Reqs_for_deleted_entity(

2354:
2355: END LOOP;
2356:
2357:
2358: OE_Delayed_Requests_Pvt.Delete_Reqs_for_deleted_entity(
2359: p_entity_code => OE_GLOBALS.G_ENTITY_LINE_PAYMENT,
2360: p_entity_id => p_line_id,
2361: x_return_status => l_return_status
2362: );

Line 2471: OE_Delayed_Requests_Pvt.Delete_Reqs_for_deleted_entity(

2467: END IF;
2468: END IF; /*code_release_level*/
2469: -- notification framework end
2470:
2471: OE_Delayed_Requests_Pvt.Delete_Reqs_for_deleted_entity(
2472: p_entity_code => OE_GLOBALS.G_ENTITY_LINE_Payment,
2473: p_entity_id => p_line_id,
2474: x_return_status => l_return_status
2475: );