DBA Data[Home] [Help]

APPS.IEX_STRY_API_PUB dependencies on WF_ITEM_ACTIVITY_STATUSES

Line 572: from wf_item_activity_statuses ias

568: --ias.activity_result_code Result,
569: -- ias.error_name ERROR_NAME,
570: ias.error_message ERROR_MESSAGE
571: -- ,ias.error_stack ERROR_STACK
572: from wf_item_activity_statuses ias
573: where
574: ias.item_type ='IEXSTRY'
575: and ias.item_key =p_strategy
576: and ias.activity_status = 'ERROR';

Line 591: --get workflow error from wf_item_activity_statuses table

587: result => l_result);
588: x_wf_Status :=l_return_status;
589:
590: --07/31/02
591: --get workflow error from wf_item_activity_statuses table
592: OPEN c_get_Wf_error (p_strategy);
593: FETCH c_get_Wf_error INTO l_wf_error;
594: CLOSE c_get_wf_error;
595: -- IF PG_DEBUG < 10 THEN