DBA Data[Home] [Help]

APPS.CAC_SYNC_COMMON dependencies on CAC_SYNC_TASK_COMMON

Line 83: if (p_status <> cac_sync_task_common.g_sync_success) then

79:
80: p_task_rec.resultusermessage := substr(p_task_rec.resultusermessage,1,2000);
81: p_task_rec.resultid := p_status;
82:
83: if (p_status <> cac_sync_task_common.g_sync_success) then
84: p_task_rec.resultsystemmessage := cac_sync_common.sync_failure;
85: else
86: p_task_rec.resultsystemmessage := cac_sync_common.sync_success;
87: end if;