DBA Data[Home] [Help]

APPS.WSH_PR_PICKING_SESSION dependencies on FND_PROFILE

Line 681: FND_PROFILE.GET_SPECIFIC( 'ORG_ID' , NULL , NULL , NULL , org_id_char1 , org_found_flag );

677:
678: -- Fetch the current Operating Org . If no operating org was returned by the function below
679: -- indicated by org_found_flag = FALSE, then we set the operating org to NULL , otherwise to its
680: -- fetched value.
681: FND_PROFILE.GET_SPECIFIC( 'ORG_ID' , NULL , NULL , NULL , org_id_char1 , org_found_flag );
682: IF org_found_flag = TRUE THEN
683: operating_org := to_number(org_id_char1);
684: ELSE
685: operating_org := NULL;