DBA Data[Home] [Help]

APPS.EAM_PROCESS_WO_PUB dependencies on EAM_PROCESS_FAILURE_ENTRY_PUB

Line 68: failure_entry_record_typ_null eam_process_failure_entry_pub.eam_failure_entry_record_typ;

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

Line 186: eam_failure_entry_record eam_process_failure_entry_pub.eam_failure_entry_record_typ,

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

Line 187: eam_failure_codes_tbl eam_process_failure_entry_pub.eam_failure_codes_tbl_typ

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

Line 566: eam_failure_entry_record eam_process_failure_entry_pub.eam_failure_entry_record_typ,

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

Line 567: eam_failure_codes_tbl eam_process_failure_entry_pub.eam_failure_codes_tbl_typ

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