DBA Data[Home] [Help]

APPS.EAM_PROCESS_WO_PUB dependencies on EAM_PROCESS_FAILURE_ENTRY_PUB

Line 67: failure_entry_record_typ_null eam_process_failure_entry_pub.eam_failure_entry_record_typ;

63: Type header_id_rec_type is record
64: ( HEADER_ID NUMBER :=null
65: );
66:
67: failure_entry_record_typ_null eam_process_failure_entry_pub.eam_failure_entry_record_typ;
68: /* Failure Entry Project */
69:
70:
71:

Line 184: eam_failure_entry_record eam_process_failure_entry_pub.eam_failure_entry_record_typ,

180: VALIDATE_STRUCTURE VARCHAR2(1) :='N', -- added for bug# 3544860
181: RETURN_STATUS VARCHAR2(1) :=null,
182: TRANSACTION_TYPE NUMBER :=null,
183: FAILURE_CODE_REQUIRED VARCHAR2(1) :=null,
184: eam_failure_entry_record eam_process_failure_entry_pub.eam_failure_entry_record_typ,
185: eam_failure_codes_tbl eam_process_failure_entry_pub.eam_failure_codes_tbl_typ
186: );
187:
188:

Line 185: eam_failure_codes_tbl eam_process_failure_entry_pub.eam_failure_codes_tbl_typ

181: RETURN_STATUS VARCHAR2(1) :=null,
182: TRANSACTION_TYPE NUMBER :=null,
183: FAILURE_CODE_REQUIRED VARCHAR2(1) :=null,
184: eam_failure_entry_record eam_process_failure_entry_pub.eam_failure_entry_record_typ,
185: eam_failure_codes_tbl eam_process_failure_entry_pub.eam_failure_codes_tbl_typ
186: );
187:
188:
189: Type eam_op_rec_type is record

Line 564: eam_failure_entry_record eam_process_failure_entry_pub.eam_failure_entry_record_typ,

560: PROGRAM_APPLICATION_ID NUMBER :=null,
561: PROGRAM_ID NUMBER :=null,
562: RETURN_STATUS VARCHAR2(1) :=null,
563: TRANSACTION_TYPE NUMBER :=null,
564: eam_failure_entry_record eam_process_failure_entry_pub.eam_failure_entry_record_typ,
565: eam_failure_codes_tbl eam_process_failure_entry_pub.eam_failure_codes_tbl_typ
566:
567: );
568:

Line 565: eam_failure_codes_tbl eam_process_failure_entry_pub.eam_failure_codes_tbl_typ

561: PROGRAM_ID NUMBER :=null,
562: RETURN_STATUS VARCHAR2(1) :=null,
563: TRANSACTION_TYPE NUMBER :=null,
564: eam_failure_entry_record eam_process_failure_entry_pub.eam_failure_entry_record_typ,
565: eam_failure_codes_tbl eam_process_failure_entry_pub.eam_failure_codes_tbl_typ
566:
567: );
568:
569: Type eam_op_comp_rec_type is record