DBA Data[Home] [Help]

APPS.GME_TEXT_DBL dependencies on GEM5_TEXT_CODE_S

Line 16: VALUES (gem5_text_code_s.NEXTVAL, gme_common_pvt.g_user_ident

12: INSERT INTO gme_text_header
13: (text_code, created_by
14: ,creation_date, last_updated_by
15: ,last_update_date)
16: VALUES (gem5_text_code_s.NEXTVAL, gme_common_pvt.g_user_ident
17: ,gme_common_pvt.g_timestamp, gme_common_pvt.g_user_ident
18: ,gme_common_pvt.g_timestamp)
19: RETURNING text_code
20: INTO x_header.text_code;