DBA Data[Home] [Help]

APPS.PO_VALIDATIONS dependencies on DUAL

Line 994: FROM DUAL

990: END IF;
991:
992: SELECT PO_VALIDATION_RESULT_SET_ID_S.NEXTVAL
993: INTO l_nextval
994: FROM DUAL
995: ;
996:
997: IF PO_LOG.d_proc THEN
998: PO_LOG.proc_return(d_mod,l_nextval);

Line 1603: -- Contain additional parameters that may be passed to individual

1599: -- Use one of the c_result_type_XXX variables.
1600: -- For no stopping, use NULL.
1601: --p_parameter_name_tbl
1602: --p_parameter_value_tbl
1603: -- Contain additional parameters that may be passed to individual
1604: -- validation subroutines.
1605: -- The parameter names and associated value should be located
1606: -- at identical indexes in the input tables.
1607: --IN OUT: