DBA Data[Home] [Help]

APPS.WSH_DPW_PICK_RELEASE dependencies on FND_MESSAGE

Line 15: -- - Places error messages in FND message stack

11: -- Planning Workbench Form
12: -- - It gets the default shipping parameters for Pick Release
13: -- - Creates a Pickinmg Batch
14: -- - Launches the Pick Release Concurrent Program
15: -- - Places error messages in FND message stack
16: --
17: -- Arguments
18: -- p_departure_id - departure to release
19: -- p_delivery - delivery to release

Line 66: FND_MESSAGE.SET_NAME('OE','WSH_PARAM_RELEASE_SEQ_RULE');

62: v_document_set);
63:
64: IF v_rsr_id = -1 THEN
65: -- error no default release seq rule
66: FND_MESSAGE.SET_NAME('OE','WSH_PARAM_RELEASE_SEQ_RULE');
67: APP_EXCEPTION.Raise_Exception;
68: END IF;
69:
70: IF v_psr_id = -1 THEN

Line 72: FND_MESSAGE.SET_NAME('OE','WSH_PARAM_PICK_SLIP_RULE');

68: END IF;
69:
70: IF v_psr_id = -1 THEN
71: -- error no default pic slip rule
72: FND_MESSAGE.SET_NAME('OE','WSH_PARAM_PICK_SLIP_RULE');
73: APP_EXCEPTION.Raise_Exception;
74: END IF;
75:
76: IF v_document_set = -1 THEN

Line 78: FND_MESSAGE.SET_NAME('OE','WSH_PARAM_PICK_DOCUMENT_SET');

74: END IF;
75:
76: IF v_document_set = -1 THEN
77: -- error no default document set
78: FND_MESSAGE.SET_NAME('OE','WSH_PARAM_PICK_DOCUMENT_SET');
79: APP_EXCEPTION.Raise_Exception;
80: END IF;
81:
82: -- Get operating unit for batch