DBA Data[Home] [Help]

APPS.PO_ACCOUNT_HELPER dependencies on DUAL

Line 846: from dual;

842: else
843:
844: select instr(upper(p_acrn), 'I'), instr(upper(p_acrn), 'O')
845: into l_count1, l_count2
846: from dual;
847:
848: if l_count1 > 0 or l_count2 > 0 then
849:
850: x_return_status := 'E';

Line 1117: FROM dual;

1113: -- START MAIN LOGIC
1114:
1115: SELECT PO_ONLINE_REPORT_TEXT_S.nextval
1116: INTO l_report_id
1117: FROM dual;
1118:
1119: x_online_report_id := l_report_id;
1120: x_sequence := 0;
1121: x_return_status := l_return_status;