DBA Data[Home] [Help]

APPS.PON_AUCTION_INTERFACE_PKG dependencies on PON_NEGOTIATION_STYLES_TL

Line 1773: from pon_negotiation_styles_tl

1769: BEGIN
1770:
1771: select style_id, style_name
1772: into x_style_id, x_style_name
1773: from pon_negotiation_styles_tl
1774: where style_id = 1
1775: and language = userenv('LANG');
1776:
1777: EXCEPTION