DBA Data[Home] [Help]

APPS.XNP_EVENT dependencies on XNP_UTILS

Line 905: xnp_utils.get_wf_instance( p_process_reference, l_wf_type,

901: x_error_message := NULL ;
902:
903: -- Derive the workflow itemtype, itemkey and activity
904:
905: xnp_utils.get_wf_instance( p_process_reference, l_wf_type,
906: l_wf_key, l_wf_activity ) ;
907:
908: IF( (l_wf_key IS NULL) OR (l_wf_type IS NULL) OR
909: (l_wf_activity IS NULL) )

Line 1000: xnp_utils.get_wf_instance( p_process_reference, l_wf_type,

996:
997: BEGIN
998:
999: -- Derive the workflow itemtype, itemkey and activity
1000: xnp_utils.get_wf_instance( p_process_reference, l_wf_type,
1001: l_wf_key, l_wf_activity ) ;
1002:
1003: --get the activity id..
1004: l_actid := wf_process_activity.ActiveInstanceId(l_wf_type, l_wf_key,

Line 1055: xnp_utils.get_wf_instance( p_process_reference, l_wf_type,

1051: x_error_code := 0 ;
1052: x_error_message := NULL ;
1053: l_fnd_message := NULL ;
1054:
1055: xnp_utils.get_wf_instance( p_process_reference, l_wf_type,
1056: l_wf_key, l_wf_activity ) ;
1057:
1058: IF( (l_wf_key IS NULL) OR (l_wf_type IS NULL) OR
1059: (l_wf_activity IS NULL) )