DBA Data[Home] [Help]

APPS.HZ_FORMAT_PHONE_V2PUB dependencies on FND_GLOBAL

Line 252: l_customer_id := fnd_global.customer_id;

248:
249: /*--------------------------------------------------------
250: 2: Get the user's territory code
251: --------------------------------------------------------*/
252: l_customer_id := fnd_global.customer_id;
253:
254: IF l_customer_id IS NOT NULL THEN
255: get_user_phone_preferences (
256: l_customer_id,

Line 675: l_customer_id := fnd_global.customer_id;

671: /*--------------------------------------------------------
672: Get the user preferences
673: --------------------------------------------------------*/
674:
675: l_customer_id := fnd_global.customer_id;
676:
677: IF l_customer_id IS NOT NULL THEN
678: get_user_phone_preferences(
679: l_customer_id,

Line 1066: l_customer_id := fnd_global.customer_id;

1062: END IF;
1063:
1064: -- Get the user preferences
1065:
1066: l_customer_id := fnd_global.customer_id;
1067:
1068: IF l_customer_id IS NOT NULL THEN
1069: get_user_phone_preferences(
1070: l_customer_id,