DBA Data[Home] [Help]

APPS.OE_ADV_PRICE_PVT dependencies on OE_DELAYED_REQUESTS_PVT

Line 1475: OE_delayed_requests_Pvt.log_request(

1471: end if;
1472:
1473: l_line_rec.ordered_quantity2 := null; -- 8459311
1474:
1475: OE_delayed_requests_Pvt.log_request(
1476: p_entity_code =>OE_GLOBALS.G_ENTITY_ALL,
1477: p_entity_id => l_line_rec.line_Id,
1478: p_requesting_entity_code => OE_GLOBALS.G_ENTITY_ALL,
1479: p_requesting_entity_id => l_line_rec.line_Id,

Line 1500: oe_delayed_requests_pvt.log_request(

1496: RAISE FND_API.G_EXC_ERROR;
1497: END IF;
1498: -- sol_ord_er #16014165
1499: /* The current Line is PRG line, hence Order has to be logged and check for FPOM should not be used */
1500: oe_delayed_requests_pvt.log_request(
1501: p_entity_code => OE_GLOBALS.G_ENTITY_ALL,
1502: p_entity_id => l_line_rec.line_Id,
1503: p_requesting_entity_code => OE_GLOBALS.G_ENTITY_ALL,
1504: p_requesting_entity_id => l_line_rec.line_Id,

Line 1583: OE_delayed_requests_Pvt.log_request(

1579: oe_debug_pub.add( 'LOGGING DELAYED REQUEST TO PRICE LINE' ) ;
1580: END IF;
1581:
1582: l_pricing_event := 'BATCH,BOOK';
1583: OE_delayed_requests_Pvt.log_request(
1584: p_entity_code =>OE_GLOBALS.G_ENTITY_ALL,
1585: p_entity_id => l_line_rec.line_Id,
1586: p_requesting_entity_code => OE_GLOBALS.G_ENTITY_ALL,
1587: p_requesting_entity_id => l_line_rec.line_Id,

Line 1595: oe_delayed_requests_pvt.log_request(

1591: p_request_type => OE_GLOBALS.G_PRICE_LINE,
1592: x_return_status => l_return_status);
1593: -- sol_ord_er #16014165
1594: /* The current Line is PRG line, hence Order has to be logged and check for FPOM should not be used */
1595: oe_delayed_requests_pvt.log_request(
1596: p_entity_code => OE_GLOBALS.G_ENTITY_ALL,
1597: p_entity_id => l_line_rec.line_Id,
1598: p_requesting_entity_code => OE_GLOBALS.G_ENTITY_ALL,
1599: p_requesting_entity_id => l_line_rec.line_Id,