DBA Data[Home] [Help]

APPS.IEM_DP_MONITORING_PVT dependencies on JTF_VARCHAR2_TABLE_100

Line 136: x_account_status OUT NOCOPY jtf_varchar2_Table_100,

132: p_commit IN VARCHAR2 := null,
133: P_view_all_accounts IN VARCHAR2,
134: x_account_ids OUT NOCOPY jtf_number_Table,
135: x_email_address OUT NOCOPY jtf_varchar2_Table_200,
136: x_account_status OUT NOCOPY jtf_varchar2_Table_100,
137: x_processor_status OUT NOCOPY jtf_varchar2_Table_100,
138: x_last_run_time OUT NOCOPY jtf_date_Table,
139: x_inbox_msg_count OUT NOCOPY jtf_number_Table,
140: x_process_msg_count OUT NOCOPY jtf_number_Table,

Line 137: x_processor_status OUT NOCOPY jtf_varchar2_Table_100,

133: P_view_all_accounts IN VARCHAR2,
134: x_account_ids OUT NOCOPY jtf_number_Table,
135: x_email_address OUT NOCOPY jtf_varchar2_Table_200,
136: x_account_status OUT NOCOPY jtf_varchar2_Table_100,
137: x_processor_status OUT NOCOPY jtf_varchar2_Table_100,
138: x_last_run_time OUT NOCOPY jtf_date_Table,
139: x_inbox_msg_count OUT NOCOPY jtf_number_Table,
140: x_process_msg_count OUT NOCOPY jtf_number_Table,
141: x_retry_msg_count OUT NOCOPY jtf_number_Table,

Line 142: x_log OUT NOCOPY jtf_varchar2_Table_100,

138: x_last_run_time OUT NOCOPY jtf_date_Table,
139: x_inbox_msg_count OUT NOCOPY jtf_number_Table,
140: x_process_msg_count OUT NOCOPY jtf_number_Table,
141: x_retry_msg_count OUT NOCOPY jtf_number_Table,
142: x_log OUT NOCOPY jtf_varchar2_Table_100,
143: x_return_status OUT NOCOPY VARCHAR2,
144: x_msg_count OUT NOCOPY NUMBER,
145: x_msg_data OUT NOCOPY VARCHAR2);
146: