DBA Data[Home] [Help]

APPS.FTE_FPA_UTIL dependencies on WSH_SHIPPING_PARAMETERS

Line 2521: -- (WSH_SHIPPING_PARAMETERS. The Workflow attribute --

2517: -- RETURN: NONE --
2518: -- DESCRIPTION: This procedure gets the ORGANIZATION_ID which is a --
2519: -- Workflow Attributes and determines the --
2520: -- default freight account from the Shipping Parameters --
2521: -- (WSH_SHIPPING_PARAMETERS. The Workflow attribute --
2522: -- 'GENERATED_CCID' is set accordingly --
2523: -- for the Distribution Account Generator --
2524: -- --
2525: -- --

Line 2579: FROM wsh_shipping_parameters

2575:
2576:
2577: SELECT FPA_DEFAULT_FREIGHT_ACCOUNT
2578: INTO l_ccid
2579: FROM wsh_shipping_parameters
2580: WHERE organization_id = l_organization_id;
2581:
2582: IF l_debug_on THEN
2583: WSH_DEBUG_SV.log(l_module_name, ' Freight Account from Shipping Paramters (CCID) : ' , l_ccid);