DBA Data[Home] [Help]

APPS.QP_ATTR_MAP_PVT dependencies on OE_DEBUG_PUB

Line 1199: oe_debug_pub.add('attribute_sou is missing');

1195:
1196: IF l_old_SOU_rec.attribute_sourcing_id = FND_API.G_MISS_NUM
1197: THEN
1198:
1199: oe_debug_pub.add('attribute_sou is missing');
1200: l_old_SOU_rec := QP_Sou_Util.Query_Row
1201: ( p_attribute_sourcing_id => l_SOU_rec.attribute_sourcing_id
1202: );
1203:

Line 1848: oe_debug_pub.add('Entered process_attr_mapping.........................');

1844: l_old_FNA_rec QP_Attr_Map_PUB.Fna_Rec_Type;
1845: l_old_FNA_tbl QP_Attr_Map_PUB.Fna_Tbl_Type;
1846: l_p_old_FNA_tbl QP_Attr_Map_PUB.Fna_Tbl_Type;
1847: BEGIN
1848: oe_debug_pub.add('Entered process_attr_mapping.........................');
1849:
1850: -- Standard call to check for call compatibility
1851:
1852: IF NOT FND_API.Compatible_API_Call

Line 2707: oe_debug_pub.add('qp_attr_mapping_pvt count='||l_PSG_tbl.count);

2703: FOR I2 IN 1..l_PSG_tbl.COUNT LOOP
2704:
2705: -- Get SOU ( parent = PSG )
2706:
2707: oe_debug_pub.add('qp_attr_mapping_pvt count='||l_PSG_tbl.count);
2708: l_SOU_tbl := QP_Sou_Util.Query_Rows
2709: ( p_segment_pte_id => l_PSG_tbl(I2).segment_pte_id
2710: );
2711: