DBA Data[Home] [Help]

APPS.WIP_BIS_UTZ_ALERT dependencies on DUAL

Line 510: p_from_time VARCHAR2(1000) := 'sys.dual ';

506: /* end James */
507:
508: /* FROM clause */
509: p_from VARCHAR2(1000) := 'WIP_BIS_UTZ_NOCAT_V ';
510: p_from_time VARCHAR2(1000) := 'sys.dual ';
511:
512: /* WHERE for target clause */
513: p_where_trgt_time VARCHAR2(1000) := 'and 1=1 ';
514: p_where_trgt_org VARCHAR2(1000) := 'and 1=1 ';

Line 953: from dual;

949: close c_role_name;
950:
951: select bis_excpt_wf_s.nextval
952: into l_wf_item_key
953: from dual;
954:
955: l_report_link := FND_PROFILE.value('ICX_REPORT_LINK');
956:
957: if p_report_name is not null then