DBA Data[Home] [Help]

APPS.QA_RESULT_GRP dependencies on EDR_PSIG_DOCUMENTS

Line 127: event_name EDR_PSIG_DOCUMENTS.EVENT_NAME%TYPE,

123: -- when Quality E-Records are captured as part of the parent Txn
124: -- This would be used primarily by the SR team for R12.
125: TYPE qa_erecord_rec_type IS RECORD
126: (
127: event_name EDR_PSIG_DOCUMENTS.EVENT_NAME%TYPE,
128: event_key EDR_PSIG_DOCUMENTS.EVENT_KEY%TYPE,
129: erec_id EDR_PSIG_DOCUMENTS.DOCUMENT_ID%TYPE
130: );
131:

Line 128: event_key EDR_PSIG_DOCUMENTS.EVENT_KEY%TYPE,

124: -- This would be used primarily by the SR team for R12.
125: TYPE qa_erecord_rec_type IS RECORD
126: (
127: event_name EDR_PSIG_DOCUMENTS.EVENT_NAME%TYPE,
128: event_key EDR_PSIG_DOCUMENTS.EVENT_KEY%TYPE,
129: erec_id EDR_PSIG_DOCUMENTS.DOCUMENT_ID%TYPE
130: );
131:
132: TYPE qa_erecord_tbl_type IS TABLE OF qa_erecord_rec_type

Line 129: erec_id EDR_PSIG_DOCUMENTS.DOCUMENT_ID%TYPE

125: TYPE qa_erecord_rec_type IS RECORD
126: (
127: event_name EDR_PSIG_DOCUMENTS.EVENT_NAME%TYPE,
128: event_key EDR_PSIG_DOCUMENTS.EVENT_KEY%TYPE,
129: erec_id EDR_PSIG_DOCUMENTS.DOCUMENT_ID%TYPE
130: );
131:
132: TYPE qa_erecord_tbl_type IS TABLE OF qa_erecord_rec_type
133: INDEX BY BINARY_INTEGER;