DBA Data[Home] [Help]

APPS.OE_ADV_PRICE_PVT dependencies on OE_DELAYED_REQUESTS_PVT

Line 1175: OE_delayed_requests_Pvt.log_request(

1171: l_pricing_event := 'BATCH,BOOK';
1172: else
1173: l_pricing_event := 'BATCH';
1174: end if;
1175: OE_delayed_requests_Pvt.log_request(
1176: p_entity_code =>OE_GLOBALS.G_ENTITY_ALL,
1177: p_entity_id => l_line_rec.line_Id,
1178: p_requesting_entity_code => OE_GLOBALS.G_ENTITY_ALL,
1179: p_requesting_entity_id => l_line_rec.line_Id,

Line 1258: OE_delayed_requests_Pvt.log_request(

1254: oe_debug_pub.add( 'LOGGING DELAYED REQUEST TO PRICE LINE' ) ;
1255: END IF;
1256:
1257: l_pricing_event := 'BATCH,BOOK';
1258: OE_delayed_requests_Pvt.log_request(
1259: p_entity_code =>OE_GLOBALS.G_ENTITY_ALL,
1260: p_entity_id => l_line_rec.line_Id,
1261: p_requesting_entity_code => OE_GLOBALS.G_ENTITY_ALL,
1262: p_requesting_entity_id => l_line_rec.line_Id,