DBA Data[Home] [Help]

APPS.BIS_CORRECTIVE_ACTION_PVT dependencies on DUAL

Line 682: FROM dual;

678: BIS_UTILITIES_PUB.put_line(p_text =>'Starting item type: '||l_item_type||', process: '||l_process);
679:
680: SELECT bis_excpt_wf_s.nextval
681: INTO l_wf_item_key
682: FROM dual;
683:
684: BIS_UTILITIES_PUB.put_line(p_text =>'wf_item_key: '||l_wf_item_key);
685: --BIS_UTILITIES_PUB.put_line(p_text =>'document_type_value: '||l_document_type_value);
686:

Line 1922: from dual;

1918:
1919: fnd_profile.get('ICX_DATE_FORMAT_MASK',l_date_format);
1920: select to_char(sysdate,l_date_format)
1921: into l_date
1922: from dual;
1923:
1924: return l_date;
1925:
1926: EXCEPTION