DBA Data[Home] [Help]

APPS.OKL_AM_UTIL_PVT dependencies on JTF_OBJECTS_B

Line 1549: l_from_table jtf_objects_b.from_table%TYPE;

1545: TYPE object_curs_type IS REF CURSOR;
1546: l_object_curs object_curs_type;
1547: l_object_tbl jtf_object_tbl_type;
1548:
1549: l_from_table jtf_objects_b.from_table%TYPE;
1550: l_where_clause jtf_objects_b.where_clause%TYPE;
1551: l_query_string VARCHAR2(4000) := NULL;
1552:
1553: -- Get the Object definition parameters required to build the query

Line 1550: l_where_clause jtf_objects_b.where_clause%TYPE;

1546: l_object_curs object_curs_type;
1547: l_object_tbl jtf_object_tbl_type;
1548:
1549: l_from_table jtf_objects_b.from_table%TYPE;
1550: l_where_clause jtf_objects_b.where_clause%TYPE;
1551: l_query_string VARCHAR2(4000) := NULL;
1552:
1553: -- Get the Object definition parameters required to build the query
1554: CURSOR l_object_csr (cp_object_code IN VARCHAR2) IS

Line 1557: FROM jtf_objects_b ob

1553: -- Get the Object definition parameters required to build the query
1554: CURSOR l_object_csr (cp_object_code IN VARCHAR2) IS
1555: SELECT ob.from_table,
1556: ob.where_clause
1557: FROM jtf_objects_b ob
1558: WHERE ob.object_code = cp_object_code;
1559:
1560: BEGIN
1561: