DBA Data[Home] [Help]

APPS.XDP_INSTALL_BASE dependencies on CSI_T_TXN_DETAILS_GRP

Line 309: p_debug_msg => 'Calling csi_t_txn_details_grp.update_txn_line_dtls');

305: Log_debug(p_debug_api => 'xdp.plsql.XDP_INSTALL_BASE.UPDATE_TXN',
306: p_debug_msg => 'Txn Ext Attrib Val. Count > 0 ');
307:
308: Log_debug(p_debug_api => 'xdp.plsql.XDP_INSTALL_BASE.UPDATE_TXN',
309: p_debug_msg => 'Calling csi_t_txn_details_grp.update_txn_line_dtls');
310:
311:
312: -- call transaction details API
313: csi_t_txn_details_grp.update_txn_line_dtls

Line 313: csi_t_txn_details_grp.update_txn_line_dtls

309: p_debug_msg => 'Calling csi_t_txn_details_grp.update_txn_line_dtls');
310:
311:
312: -- call transaction details API
313: csi_t_txn_details_grp.update_txn_line_dtls
314: (
315: p_api_version => 1.0
316: ,p_commit => null
317: ,p_init_msg_list => null

Line 339: p_debug_msg => ' csi_t_txn_details_grp.update_txn_line_dtls Failed');

335: p_error_code := -1 ;
336: p_error_description := l_msg_data ;
337:
338: Log_debug(p_debug_api => 'xdp.plsql.XDP_INSTALL_BASE.UPDATE_TXN',
339: p_debug_msg => ' csi_t_txn_details_grp.update_txn_line_dtls Failed');
340: Log_debug(p_debug_api => 'xdp.plsql.XDP_INSTALL_BASE.UPDATE_TXN',
341: p_debug_msg => ' Error Desc : ' ||p_error_description);
342: RETURN;
343: ELSE

Line 345: p_debug_msg => ' csi_t_txn_details_grp.update_txn_line_dtls Completed ');

341: p_debug_msg => ' Error Desc : ' ||p_error_description);
342: RETURN;
343: ELSE
344: Log_debug(p_debug_api => 'xdp.plsql.XDP_INSTALL_BASE.UPDATE_TXN',
345: p_debug_msg => ' csi_t_txn_details_grp.update_txn_line_dtls Completed ');
346:
347: END IF;
348:
349: p_error_code := 0;