DBA Data[Home] [Help]

APPS.OE_LINE_SCREDIT_UTIL dependencies on OE_DELAYED_REQUESTS_PVT

Line 685: OE_Delayed_Requests_Pvt.Log_Request

681:
682: IF NOT OE_GLOBALS.Equal(p_x_Line_Scredit_rec.percent,p_old_Line_Scredit_rec.percent)
683: THEN
684: -- Add delayed request to validate quota percent sums up to 100
685: OE_Delayed_Requests_Pvt.Log_Request
686: (p_entity_code=>OE_GLOBALS.G_ENTITY_Line_Scredit
687: ,p_entity_id=>p_x_Line_Scredit_rec.sales_credit_id
688: ,p_requesting_entity_code=>OE_GLOBALS.G_ENTITY_Line_Scredit
689: ,p_requesting_entity_id=>p_x_Line_Scredit_rec.sales_credit_id

Line 700: OE_Delayed_Requests_Pvt.Log_Request

696: RAISE FND_API.G_EXC_ERROR;
697: END IF;
698:
699: -- Add delayed request to cascade changes to service lines.
700: OE_Delayed_Requests_Pvt.Log_Request
701: (p_entity_code=>OE_GLOBALS.G_ENTITY_Line_Scredit
702: ,p_entity_id=>p_x_Line_Scredit_rec.sales_credit_id
703: ,p_requesting_entity_code=>OE_GLOBALS.G_ENTITY_Line_Scredit
704: ,p_requesting_entity_id=>p_x_Line_Scredit_rec.sales_credit_id

Line 727: OE_Delayed_Requests_Pvt.Log_Request

723:
724: IF NOT OE_GLOBALS.Equal(p_x_Line_Scredit_rec.sales_credit_type_id,p_old_Line_Scredit_rec.sales_credit_type_id)
725: THEN
726: -- Add delayed request to validate quota percent sums up to 100
727: OE_Delayed_Requests_Pvt.Log_Request
728: (p_entity_code=>OE_GLOBALS.G_ENTITY_Line_Scredit
729: ,p_entity_id=>p_x_Line_Scredit_rec.sales_credit_id
730: ,p_requesting_entity_code=>OE_GLOBALS.G_ENTITY_Line_Scredit
731: ,p_requesting_entity_id=>p_x_Line_Scredit_rec.sales_credit_id

Line 743: OE_Delayed_Requests_Pvt.Log_Request

739: END IF;
740: --END IF; Commented of this end if as part of fix for bug#2174201
741:
742: -- Add delayed request to cascade changes to service lines.
743: OE_Delayed_Requests_Pvt.Log_Request
744: (p_entity_code=>OE_GLOBALS.G_ENTITY_Line_Scredit
745: ,p_entity_id=>p_x_Line_Scredit_rec.sales_credit_id
746: ,p_requesting_entity_code=>OE_GLOBALS.G_ENTITY_Line_Scredit
747: ,p_requesting_entity_id=>p_x_Line_Scredit_rec.sales_credit_id

Line 769: OE_Delayed_Requests_Pvt.Log_Request

765:
766: IF NOT OE_GLOBALS.Equal(p_x_Line_Scredit_rec.salesrep_id,p_old_Line_Scredit_rec.salesrep_id)
767: THEN
768: -- Add delayed request to cascade changes to service lines.
769: OE_Delayed_Requests_Pvt.Log_Request
770: (p_entity_code=>OE_GLOBALS.G_ENTITY_Line_Scredit
771: ,p_entity_id=>p_x_Line_Scredit_rec.sales_credit_id
772: ,p_requesting_entity_code=>OE_GLOBALS.G_ENTITY_Line_Scredit
773: ,p_requesting_entity_id=>p_x_Line_Scredit_rec.sales_credit_id

Line 1537: OE_Delayed_Requests_Pvt.Delete_Reqs_for_Deleted_Entity(

1533: -- notification framework end
1534: END IF; /* code set is pack H or higher */
1535: /* jolin end*/
1536:
1537: OE_Delayed_Requests_Pvt.Delete_Reqs_for_Deleted_Entity(
1538: p_entity_code => OE_GLOBALS.G_ENTITY_LINE_SCREDIT,
1539: p_entity_id => l_scr.sales_credit_id,
1540: x_return_status => l_return_status
1541: );

Line 1614: OE_Delayed_Requests_Pvt.Delete_Reqs_for_Deleted_Entity(

1610: -- notification framework end
1611: END IF; /* code set is pack H or higher */
1612: /* jolin end*/
1613:
1614: OE_Delayed_Requests_Pvt.Delete_Reqs_for_Deleted_Entity(
1615: p_entity_code => OE_GLOBALS.G_ENTITY_LINE_SCREDIT,
1616: p_entity_id => p_sales_credit_id,
1617: x_return_status => l_return_status
1618: );

Line 2702: OE_Delayed_Requests_Pvt.Log_Request(p_entity_code => OE_GLOBALS.G_ENTITY_ALL,

2698: --log delayed request
2699: IF l_debug_level > 0 THEN
2700: oe_debug_pub.add('log versioning request',1);
2701: END IF;
2702: OE_Delayed_Requests_Pvt.Log_Request(p_entity_code => OE_GLOBALS.G_ENTITY_ALL,
2703: p_entity_id => p_x_line_scredit_rec.header_id,
2704: p_requesting_entity_code => OE_GLOBALS.G_ENTITY_LINE_SCREDIT,
2705: p_requesting_entity_id => p_x_line_scredit_rec.sales_credit_id,
2706: p_request_type => OE_GLOBALS.G_VERSION_AUDIT,

Line 2743: OE_Delayed_Requests_Pvt.Log_Request(p_entity_code => OE_GLOBALS.G_ENTITY_ALL,

2739: OE_Versioning_Util.Capture_Audit_Info(p_entity_code => OE_GLOBALS.G_ENTITY_LINE_SCREDIT,
2740: p_entity_id => p_x_line_scredit_rec.sales_credit_id,
2741: p_hist_type_code => 'UPDATE');
2742: --log delayed request
2743: OE_Delayed_Requests_Pvt.Log_Request(p_entity_code => OE_GLOBALS.G_ENTITY_ALL,
2744: p_entity_id => p_x_line_scredit_rec.header_id,
2745: p_requesting_entity_code => OE_GLOBALS.G_ENTITY_LINE_SCREDIT,
2746: p_requesting_entity_id => p_x_line_scredit_rec.sales_credit_id,
2747: p_request_type => OE_GLOBALS.G_VERSION_AUDIT,