DBA Data[Home] [Help]

APPS.HXC_LOAD_PKG dependencies on HXC_TMP_ATTS

Line 995: l_sql LONG := 'select distinct ta.bb_id from hxc_tmp_atts ta where '||p_sql_string;

991: -- ----------------------------------------------------------------------------
992:
993: PROCEDURE validate_time_category_sql ( p_sql_string IN LONG ) IS
994:
995: l_sql LONG := 'select distinct ta.bb_id from hxc_tmp_atts ta where '||p_sql_string;
996:
997: t_bb_id dbms_sql.Number_Table;
998:
999: l_csr INTEGER;

Line 1009: INSERT INTO hxc_tmp_atts (

1005: -- the SQL MUST returns rows to show all possible errors
1006: -- particularly implicit character to number and vice
1007: -- versa
1008:
1009: INSERT INTO hxc_tmp_atts (
1010: ta_id
1011: , bb_id
1012: , attribute1
1013: , attribute2