DBA Data[Home] [Help]

APPS.JTA_SYNC_COMMON dependencies on JTA_SYNC_COMMON

Line 1: PACKAGE BODY jta_sync_common AS

1: PACKAGE BODY jta_sync_common AS
2: /* $Header: jtavscb.pls 120.4 2006/04/12 03:31:10 deeprao ship $ */
3: /*=======================================================================+
4: | Copyright (c) 2002 Oracle Corporation Redwood Shores, California, USA|
5: | All rights reserved. |

Line 74: p_task_rec.resultsystemmessage := jta_sync_common.sync_failure;

70: END IF;
71:
72: p_task_rec.resultusermessage := substr(p_task_rec.resultusermessage,1,2000);
73: p_task_rec.resultid := p_status;
74: p_task_rec.resultsystemmessage := jta_sync_common.sync_failure;
75: END;
76:
77:
78: /* Commenting the method for bug # 5029377