DBA Data[Home] [Help]

APPS.QA_CHAR_INDEXES_PKG dependencies on STANDARD

Line 21: -- Standard who columns.

17: g_status VARCHAR2(1);
18: g_industry VARCHAR2(10);
19:
20: --
21: -- Standard who columns.
22: --
23: who_user_id CONSTANT NUMBER := fnd_global.conc_login_id;
24: who_request_id CONSTANT NUMBER := fnd_global.conc_request_id;
25: who_program_id CONSTANT NUMBER := fnd_global.conc_program_id;

Line 492: -- The delete_row handler differs from the normal standard

488:
489:
490: PROCEDURE delete_row(p_char_id NUMBER) IS
491: --
492: -- The delete_row handler differs from the normal standard
493: -- a little because this procedure is not designed to be used
494: -- by Forms, so it is more efficient to pass in the primary key
495: -- than to pass in the rowid.
496: -- bso