DBA Data[Home] [Help]

APPS.OE_CUSTACCEPTREP_PVT dependencies on DUAL

Line 113: FROM DUAL;

109: END IF;
110:
111: SELECT TO_CHAR(p_date, 'YYYY-MM-DD')
112: INTO l_xsd_date_string
113: FROM DUAL;
114:
115: IF l_debug_level > 0
116: THEN
117: oe_debug_pub.add( 'OEXCARR:' || l_api_name || '.end: Returning XSD Date = ' || l_xsd_date_string ) ;

Line 1349: from dual)

1345: FROM fnd_currencies curr,
1346: gl_sets_of_books sob
1347: WHERE curr.enabled_flag ='Y'
1348: AND sob.set_of_books_id = (select FND_PROFILE.VALUE('GL_SET_OF_BKS_ID')
1349: from dual)
1350: AND curr.currency_code = sob.currency_code;
1351:
1352: --myerrams, start
1353: put_gcurr_tags(g_func_currency,g_sorted_by);