DBA Data[Home] [Help]

APPS.QP_BULK_PREQ_GRP dependencies on QP_BULK_PREQ_GRP

Line 1: PACKAGE BODY QP_BULK_PREQ_GRP AS

1: PACKAGE BODY QP_BULK_PREQ_GRP AS
2: /* $Header: QPBGPREB.pls 120.1 2005/08/19 18:12:35 spgopal noship $ */
3:
4: --API to indicate calling applications whether pricing
5: --is happening through HVOP or NOT

Line 643: oe_debug_pub.add ('QP_BULK_PREQ_GRP.bulk_insert_adj inserted adj count='||SQL%ROWCOUNT);

639: and ll.list_line_id = adj_iface.list_line_id
640: and lhdr.list_header_id = ll.list_header_id);
641:
642: IF l_debug = FND_API.G_TRUE THEN
643: oe_debug_pub.add ('QP_BULK_PREQ_GRP.bulk_insert_adj inserted adj count='||SQL%ROWCOUNT);
644: END IF;
645:
646: --added for java engine stats accumulation on li's request
647: select count(*) into ldet_count

Line 689: END QP_BULK_PREQ_GRP;

685: oe_debug_pub.add ('Finished QPBGPREB adjs:' ||SQLERRM);
686: End If;
687: End Bulk_insert_adj;
688:
689: END QP_BULK_PREQ_GRP;
690: