DBA Data[Home] [Help]

APPS.OZF_OFFER_PVT dependencies on OE_DEBUG_PUB

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

474: l_multirecord Qp_Attr_Mapping_Pub.t_multirecord;
475:
476: BEGIN
477:
478: oe_debug_pub.add('Before Calling OZF_QP_QUAL_PVT.Find_SA_Territories: ');
479: oe_debug_pub.add('aso_party_id: ' || aso_party_id);
480: oe_debug_pub.add('oe_sold_to_org: ' || oe_sold_to_org);
481: l_multirecord := OZF_QP_QUAL_PVT.Find_SA_Territories(p_party_id => aso_party_id
482: ,p_sold_to_org => oe_sold_to_org);

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

475:
476: BEGIN
477:
478: oe_debug_pub.add('Before Calling OZF_QP_QUAL_PVT.Find_SA_Territories: ');
479: oe_debug_pub.add('aso_party_id: ' || aso_party_id);
480: oe_debug_pub.add('oe_sold_to_org: ' || oe_sold_to_org);
481: l_multirecord := OZF_QP_QUAL_PVT.Find_SA_Territories(p_party_id => aso_party_id
482: ,p_sold_to_org => oe_sold_to_org);
483: oe_debug_pub.add('After Calling OZF_QP_QUAL_PVT.Find_SA_Territories: Count ' || l_multirecord.COUNT);

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

476: BEGIN
477:
478: oe_debug_pub.add('Before Calling OZF_QP_QUAL_PVT.Find_SA_Territories: ');
479: oe_debug_pub.add('aso_party_id: ' || aso_party_id);
480: oe_debug_pub.add('oe_sold_to_org: ' || oe_sold_to_org);
481: l_multirecord := OZF_QP_QUAL_PVT.Find_SA_Territories(p_party_id => aso_party_id
482: ,p_sold_to_org => oe_sold_to_org);
483: oe_debug_pub.add('After Calling OZF_QP_QUAL_PVT.Find_SA_Territories: Count ' || l_multirecord.COUNT);
484:

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

479: oe_debug_pub.add('aso_party_id: ' || aso_party_id);
480: oe_debug_pub.add('oe_sold_to_org: ' || oe_sold_to_org);
481: l_multirecord := OZF_QP_QUAL_PVT.Find_SA_Territories(p_party_id => aso_party_id
482: ,p_sold_to_org => oe_sold_to_org);
483: oe_debug_pub.add('After Calling OZF_QP_QUAL_PVT.Find_SA_Territories: Count ' || l_multirecord.COUNT);
484:
485: RETURN l_multirecord;
486:
487: END find_territories;