DBA Data[Home] [Help]

APPS.CSZ_SERVICEREQUEST_UTIL_PVT dependencies on IEU_WR_PUB

Line 930: -- IEU_WR_PUB. CHECK_WS_ACTIVATION_STATUS

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

Line 953: IEU_WR_PUB.CHECK_WS_ACTIVATION_STATUS

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

Line 995: -- Description : Calls IEU_WR_PUB.GET_NEXT_WORK_FOR_APPS

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

Line 1053: IEU_WR_PUB.GET_NEXT_WORK_FOR_APPS

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