DBA Data[Home] [Help]

APPS.OE_HEADER_SCREDIT_UTIL dependencies on OE_DELAYED_REQUESTS_PVT

Line 675: OE_Delayed_Requests_Pvt.Log_Request

671:
672: IF NOT OE_GLOBALS.Equal(p_x_Header_Scredit_rec.percent,p_old_Header_Scredit_rec.percent)
673: THEN
674: -- Add delayed request to validate quota percent sums up to 100
675: OE_Delayed_Requests_Pvt.Log_Request
676: (p_entity_code=>OE_GLOBALS.G_ENTITY_Header_Scredit
677: ,p_entity_id=>p_x_Header_Scredit_rec.sales_credit_id
678: , p_requesting_entity_code=>OE_GLOBALS.G_ENTITY_Header_Scredit
679: ,p_requesting_entity_id=>p_x_Header_Scredit_rec.sales_credit_id

Line 693: OE_Delayed_Requests_Pvt.Log_Request

689:
690: IF NOT OE_GLOBALS.Equal(p_x_Header_Scredit_rec.sales_credit_type_id,p_old_Header_Scredit_rec.sales_credit_type_id)
691: THEN
692: -- Add delayed request to validate quota percent sums up to 100
693: OE_Delayed_Requests_Pvt.Log_Request
694: (p_entity_code=>OE_GLOBALS.G_ENTITY_Header_Scredit
695: ,p_entity_id=>p_x_Header_Scredit_rec.sales_credit_id
696: , p_requesting_entity_code=>OE_GLOBALS.G_ENTITY_Header_Scredit
697: ,p_requesting_entity_id=>p_x_Header_Scredit_rec.sales_credit_id

Line 1381: OE_Delayed_Requests_Pvt.Delete_Reqs_for_deleted_entity(

1377: END IF;
1378: END IF; /*code_release_level*/
1379: -- notification framework end
1380:
1381: OE_Delayed_Requests_Pvt.Delete_Reqs_for_deleted_entity(
1382: p_entity_code => OE_GLOBALS.G_ENTITY_HEADER_SCREDIT,
1383: p_entity_id => l_scr.sales_credit_id,
1384: x_return_status => l_return_status
1385: );

Line 1431: OE_Delayed_Requests_Pvt.Delete_Reqs_for_deleted_entity(

1427: END IF;
1428: END IF; /*code_release_level*/
1429: -- notification framework end
1430:
1431: OE_Delayed_Requests_Pvt.Delete_Reqs_for_deleted_entity(
1432: p_entity_code => OE_GLOBALS.G_ENTITY_HEADER_SCREDIT,
1433: p_entity_id => p_sales_credit_id,
1434: x_return_status => l_return_status
1435: );

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

2162: --log delayed request
2163: IF l_debug_level > 0 THEN
2164: oe_debug_pub.add('log versioning request',1);
2165: END IF;
2166: OE_Delayed_Requests_Pvt.Log_Request(p_entity_code => OE_GLOBALS.G_ENTITY_ALL,
2167: p_entity_id => p_x_header_scredit_rec.header_id,
2168: p_requesting_entity_code => OE_GLOBALS.G_ENTITY_HEADER_SCREDIT,
2169: p_requesting_entity_id => p_x_header_scredit_rec.sales_credit_id,
2170: p_request_type => OE_GLOBALS.G_VERSION_AUDIT,

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

2207: OE_Versioning_Util.Capture_Audit_Info(p_entity_code => OE_GLOBALS.G_ENTITY_HEADER_SCREDIT,
2208: p_entity_id => p_x_header_scredit_rec.sales_credit_id,
2209: p_hist_type_code => 'UPDATE');
2210: --log delayed request
2211: OE_Delayed_Requests_Pvt.Log_Request(p_entity_code => OE_GLOBALS.G_ENTITY_ALL,
2212: p_entity_id => p_x_header_scredit_rec.header_id,
2213: p_requesting_entity_code => OE_GLOBALS.G_ENTITY_HEADER_SCREDIT,
2214: p_requesting_entity_id => p_x_header_scredit_rec.sales_credit_id,
2215: p_request_type => OE_GLOBALS.G_VERSION_AUDIT,