DBA Data[Home] [Help]

APPS.XNP_WF_SYNC dependencies on XNP_ERRORS

Line 594: RAISE_APPLICATION_ERROR(xnp_errors.g_wf_attribute_fetch_failed,

590: ,po_error_msg => l_error_msg);
591:
592: IF (l_error_code <> 0) THEN
593:
594: RAISE_APPLICATION_ERROR(xnp_errors.g_wf_attribute_fetch_failed,
595: 'Failed to fetch workflow attributes, ERROR::'
596: || l_error_msg ) ;
597: END IF;
598:

Line 621: RAISE_APPLICATION_ERROR(xnp_errors.g_no_sync_info,

617: -- No sync information in registry
618:
619: CLOSE l_sync_reg_cur ;
620:
621: RAISE_APPLICATION_ERROR(xnp_errors.g_no_sync_info,
622: 'No Sync information in Sync Registry, Sync Label is::'
623: || l_sync_label ) ;
624:
625: END IF ;

Line 1055: RAISE_APPLICATION_ERROR(xnp_errors.g_wf_attribute_fetch_failed,

1051: ,po_error_msg => l_error_msg);
1052:
1053: IF (l_error_code <> 0) THEN
1054:
1055: RAISE_APPLICATION_ERROR(xnp_errors.g_wf_attribute_fetch_failed,
1056: 'Failed to fetch workflow attributes, ERROR::'
1057: || l_error_msg ) ;
1058: END IF;
1059:

Line 1083: RAISE_APPLICATION_ERROR(xnp_errors.g_no_sync_info,

1079: -- No sync information in registry
1080:
1081: CLOSE l_sync_reg_cur ;
1082:
1083: RAISE_APPLICATION_ERROR(xnp_errors.g_no_sync_info,
1084: 'No Sync information in Sync Registry, Sync Label is::'
1085: || l_sync_label ) ;
1086:
1087: END IF ;

Line 1113: RAISE_APPLICATION_ERROR(xnp_errors.g_sync_timer_failed,

1109: ,x_timer_id => l_timer_id
1110: ,x_timer_contents => l_timer_contents);
1111:
1112: IF l_error_code <> 0 THEN
1113: RAISE_APPLICATION_ERROR(xnp_errors.g_sync_timer_failed,
1114: 'Failed to fire sync timer, Sync Label is::'
1115: || l_sync_label ) ;
1116:
1117: