DBA Data[Home] [Help]

APPS.FLM_AUTO_REPLENISHMENT dependencies on FND_PROFILE

Line 7: G_DEBUG BOOLEAN := (FND_PROFILE.VALUE('MRP_DEBUG') = 'Y');

3:
4: /************************************************************************
5: * Package variables *
6: ************************************************************************/
7: G_DEBUG BOOLEAN := (FND_PROFILE.VALUE('MRP_DEBUG') = 'Y');
8:
9: /************************************************************************
10: * Private Procedures and Functions *
11: ************************************************************************/

Line 824: l_client_tz_id := to_number(fnd_profile.value_specific('CLIENT_TIMEZONE_ID'));

820: END IF;
821:
822: /* To convert the completion date entered by the user in the concurrent program to the
823: Server timezone */
824: l_client_tz_id := to_number(fnd_profile.value_specific('CLIENT_TIMEZONE_ID'));
825: l_server_tz_id := to_number(fnd_profile.value_specific('SERVER_TIMEZONE_ID'));
826:
827: HZ_TIMEZONE_PUB.Get_Time(
828: p_api_version => 1.0,

Line 825: l_server_tz_id := to_number(fnd_profile.value_specific('SERVER_TIMEZONE_ID'));

821:
822: /* To convert the completion date entered by the user in the concurrent program to the
823: Server timezone */
824: l_client_tz_id := to_number(fnd_profile.value_specific('CLIENT_TIMEZONE_ID'));
825: l_server_tz_id := to_number(fnd_profile.value_specific('SERVER_TIMEZONE_ID'));
826:
827: HZ_TIMEZONE_PUB.Get_Time(
828: p_api_version => 1.0,
829: p_init_msg_list => 'F',