DBA Data[Home] [Help]

APPS.JTY_TERR_SPARES_PVT dependencies on JTY_TERR_NVP_TRANS_GT

Line 412: DELETE jty_terr_nvp_trans_gt;

408:
409: END IF;
410:
411: /* delete and insert all the attributes into the trans table as name - value pair */
412: DELETE jty_terr_nvp_trans_gt;
413: INSERT INTO jty_terr_nvp_trans_gt (
414: attribute_name
415: ,num_value
416: ,char_value

Line 413: INSERT INTO jty_terr_nvp_trans_gt (

409: END IF;
410:
411: /* delete and insert all the attributes into the trans table as name - value pair */
412: DELETE jty_terr_nvp_trans_gt;
413: INSERT INTO jty_terr_nvp_trans_gt (
414: attribute_name
415: ,num_value
416: ,char_value
417: ,date_value )