DBA Data[Home] [Help]

APPS.OZF_OFFER_PVT dependencies on OE_DEBUG_PUB

Line 569: oe_debug_pub.add('Before Calling OZF_QP_QUAL_PVT.Find_SA_Territories: ');

565: l_multirecord Qp_Attr_Mapping_Pub.t_multirecord;
566:
567: BEGIN
568:
569: oe_debug_pub.add('Before Calling OZF_QP_QUAL_PVT.Find_SA_Territories: ');
570: oe_debug_pub.add('aso_party_id: ' || aso_party_id);
571: oe_debug_pub.add('oe_sold_to_org: ' || oe_sold_to_org);
572: l_multirecord := OZF_QP_QUAL_PVT.Find_SA_Territories(p_party_id => aso_party_id
573: ,p_sold_to_org => oe_sold_to_org);

Line 570: oe_debug_pub.add('aso_party_id: ' || aso_party_id);

566:
567: BEGIN
568:
569: oe_debug_pub.add('Before Calling OZF_QP_QUAL_PVT.Find_SA_Territories: ');
570: oe_debug_pub.add('aso_party_id: ' || aso_party_id);
571: oe_debug_pub.add('oe_sold_to_org: ' || oe_sold_to_org);
572: l_multirecord := OZF_QP_QUAL_PVT.Find_SA_Territories(p_party_id => aso_party_id
573: ,p_sold_to_org => oe_sold_to_org);
574: oe_debug_pub.add('After Calling OZF_QP_QUAL_PVT.Find_SA_Territories: Count ' || l_multirecord.COUNT);

Line 571: oe_debug_pub.add('oe_sold_to_org: ' || oe_sold_to_org);

567: BEGIN
568:
569: oe_debug_pub.add('Before Calling OZF_QP_QUAL_PVT.Find_SA_Territories: ');
570: oe_debug_pub.add('aso_party_id: ' || aso_party_id);
571: oe_debug_pub.add('oe_sold_to_org: ' || oe_sold_to_org);
572: l_multirecord := OZF_QP_QUAL_PVT.Find_SA_Territories(p_party_id => aso_party_id
573: ,p_sold_to_org => oe_sold_to_org);
574: oe_debug_pub.add('After Calling OZF_QP_QUAL_PVT.Find_SA_Territories: Count ' || l_multirecord.COUNT);
575:

Line 574: oe_debug_pub.add('After Calling OZF_QP_QUAL_PVT.Find_SA_Territories: Count ' || l_multirecord.COUNT);

570: oe_debug_pub.add('aso_party_id: ' || aso_party_id);
571: oe_debug_pub.add('oe_sold_to_org: ' || oe_sold_to_org);
572: l_multirecord := OZF_QP_QUAL_PVT.Find_SA_Territories(p_party_id => aso_party_id
573: ,p_sold_to_org => oe_sold_to_org);
574: oe_debug_pub.add('After Calling OZF_QP_QUAL_PVT.Find_SA_Territories: Count ' || l_multirecord.COUNT);
575:
576: RETURN l_multirecord;
577:
578: END find_territories;