DBA Data[Home] [Help]

APPS.CLN_UPDTDLVY_PKG dependencies on WF_CORE

Line 93: wf_core.token('SHIPMENT_HEADER_ID', 'NULL');

89: -- Retrieve Activity Attributes
90: p_shipment_header_id := Wf_Engine.GetActivityAttrText(itemtype, itemkey, actid, 'SHIPMENT_HEADER_ID');
91:
92: if (p_shipment_header_id is null) then
93: wf_core.token('SHIPMENT_HEADER_ID', 'NULL');
94: wf_core.raise('WFSQL_ARGS');
95: end if;
96:
97: -- logic to get parameters.

Line 94: wf_core.raise('WFSQL_ARGS');

90: p_shipment_header_id := Wf_Engine.GetActivityAttrText(itemtype, itemkey, actid, 'SHIPMENT_HEADER_ID');
91:
92: if (p_shipment_header_id is null) then
93: wf_core.token('SHIPMENT_HEADER_ID', 'NULL');
94: wf_core.raise('WFSQL_ARGS');
95: end if;
96:
97: -- logic to get parameters.
98: SELECT h.vendor_id, h.vendor_site_id