DBA Data[Home] [Help]

APPS.OE_CUSTACCEPTREP_PVT dependencies on STANDARD

Line 597: ,p_currency VARCHAR2 --myerrams, added the currency to comply with XML Publisher Currency Formatting Standards

593: ,p_order_type VARCHAR2
594: ,p_sales_rep VARCHAR2
595: ,p_party_name VARCHAR2
596: ,p_account_number VARCHAR2
597: ,p_currency VARCHAR2 --myerrams, added the currency to comply with XML Publisher Currency Formatting Standards
598: )
599: IS
600: BEGIN
601: IF l_debug_level > 0 THEN

Line 636: ,p_currency VARCHAR2 --myerrams, added the currency to comply with XML Publisher Number Formatting Standards

632: ,p_pending_quantity NUMBER
633: ,p_accepted_quantity_value NUMBER
634: ,p_rejected_quantity_value NUMBER
635: ,p_pending_quantity_value NUMBER
636: ,p_currency VARCHAR2 --myerrams, added the currency to comply with XML Publisher Number Formatting Standards
637: ) IS
638: BEGIN
639: IF l_debug_level > 0 THEN
640: oe_debug_pub.add( 'OEXCARR: Inside put_line_tags') ;