DBA Data[Home] [Help]

APPS.CSZ_SERVICEREQUEST_UTIL_PVT dependencies on IEU_WR_PUB

Line 929: -- IEU_WR_PUB. CHECK_WS_ACTIVATION_STATUS

925: -- Start of comments
926: -- UTIL Name : CHECK_IF_NEXT_WORK_ENABLED
927: -- Type : Private
928: -- Description : Calls the
929: -- IEU_WR_PUB. CHECK_WS_ACTIVATION_STATUS
930: -- to verify if the activation flag is turned on
931: -- for the worksource code
932: -- Parameters :
933: -- IN : p_ws_code VARCHAR2 Required

Line 952: IEU_WR_PUB.CHECK_WS_ACTIVATION_STATUS

948:
949: BEGIN
950: -- Invoke the IEU API to get the Activation status of work source
951:
952: IEU_WR_PUB.CHECK_WS_ACTIVATION_STATUS
953: ( p_api_version => 1,
954: p_ws_code =>p_ws_code,
955: x_ws_activation_status =>x_enable_next_work,
956: x_msg_count => x_msg_count,

Line 994: -- Description : Calls IEU_WR_PUB.GET_NEXT_WORK_FOR_APPS

990: -- ------------------------------------------------------------------------------------
991: -- Start of comments
992: -- UTIL Name : GET_NEXT_SR_TO_WORK
993: -- Type : Private
994: -- Description : Calls IEU_WR_PUB.GET_NEXT_WORK_FOR_APPS
995: -- and returns the incident_id retreived from the above call.
996: -- Parameters :
997: -- IN : p_ws_code VARCHAR2 Required
998: -- IN : p_resource_id NUMBER Required

Line 1052: IEU_WR_PUB.GET_NEXT_WORK_FOR_APPS

1048: l_ws_det_list(2).ws_code := 'SR_TASKS';
1049: END IF;
1050:
1051: -- Invoke the IEU API to get the incident Id
1052: IEU_WR_PUB.GET_NEXT_WORK_FOR_APPS
1053: ( p_api_version => 1,
1054: p_resource_id => p_resource_id,
1055: p_language => l_language,
1056: p_source_lang => l_source_lang,