DBA Data[Home] [Help]

APPS.JTF_TERR_TASK_PUB dependencies on JTY_TERR_NVP_TRANS_GT

Line 147: DELETE jty_terr_nvp_trans_gt;

143: p_TerrTask_rec.TASK_PRIORITY_ID);
144: END IF;
145:
146: /* insert all the attributes into the trans table as name - value pair */
147: DELETE jty_terr_nvp_trans_gt;
148: INSERT INTO jty_terr_nvp_trans_gt (
149: attribute_name
150: ,num_value
151: ,char_value

Line 148: INSERT INTO jty_terr_nvp_trans_gt (

144: END IF;
145:
146: /* insert all the attributes into the trans table as name - value pair */
147: DELETE jty_terr_nvp_trans_gt;
148: INSERT INTO jty_terr_nvp_trans_gt (
149: attribute_name
150: ,num_value
151: ,char_value
152: ,date_value )