DBA Data[Home] [Help]

APPS.OKL_TBC_PVT dependencies on DUAL

Line 67: select okl_tax_attr_definitions_s.NEXTVAL into l_id from dual;

63: ---------------------------------------------------------------------------
64: FUNCTION get_seq_id RETURN NUMBER IS
65: l_id NUMBER;
66: BEGIN
67: select okl_tax_attr_definitions_s.NEXTVAL into l_id from dual;
68: RETURN l_id;
69: END get_seq_id;
70:
71: ---------------------------------------------------------------------------

Line 1901: /* Not needed as foreign key validations ar eincluded in individual validate procedures

1897: ---------------------------------------------------------------------------
1898: -----------------------------------------------
1899: -- Validate Record for:OKL_TAX_ATTR_DEFINITIONS --
1900: -----------------------------------------------
1901: /* Not needed as foreign key validations ar eincluded in individual validate procedures
1902: FUNCTION Validate_Record (
1903: p_tbcv_rec IN tbcv_rec_type,
1904: p_db_tbcv_rec IN tbcv_rec_type
1905: ) RETURN VARCHAR2 IS