DBA Data[Home] [Help]

APPS.PO_NEGOTIATIONS_SV2 dependencies on FND_GLOBAL

Line 1456: (SELECT REPLACE(pbav.attribute_name, fnd_global.local_chr(13)) attr_name,

1452: -- Get the size of header requirements
1453: SELECT SUM(LENGTH(attr_name) + LENGTH(attr_value) )
1454: INTO l_size
1455: FROM
1456: (SELECT REPLACE(pbav.attribute_name, fnd_global.local_chr(13)) attr_name,
1457: pbav.Value attr_value,
1458: paa.sequence_number
1459: FROM pon_bid_attribute_values pbav,
1460: pon_auction_attributes paa

Line 1470: SELECT REPLACE(paa.attribute_name, fnd_global.local_chr(13)),

1466: AND paa.sequence_number = pbav.sequence_number
1467: AND NVL(paa.internal_attr_flag, 'N') = 'N'
1468: AND NVL(paa.display_only_flag, 'N') = 'N'
1469: UNION
1470: SELECT REPLACE(paa.attribute_name, fnd_global.local_chr(13)),
1471: paa.value,
1472: paa.sequence_number
1473: FROM pon_auction_attributes paa
1474: WHERE paa.auction_header_id = x_auction_header_id