DBA Data[Home] [Help]

APPS.FTE_FPA_UTIL dependencies on WSH_SHIPPING_PARAMETERS

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

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

Line 2578: FROM wsh_shipping_parameters

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